TimeBarAllActivities: Support new activity cards (#2813)

This commit is contained in:
niko 2024-08-31 21:45:57 -04:00 committed by GitHub
parent eb0d91fd8e
commit 00276cad7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 85 additions and 35 deletions

View file

@ -554,6 +554,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "SerStars",
id: 861631850681729045n,
},
niko: {
name: "niko",
id: 341377368075796483n,
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly