move tags to markdown

This commit is contained in:
Ryan Cao 2022-10-29 23:17:40 +08:00
parent 029ba31520
commit 4e2afcc7f8
No known key found for this signature in database
24 changed files with 242 additions and 281 deletions

View file

@ -23,7 +23,7 @@ export const COLORS = {
blue: 0x60a5fa,
yellow: 0xfde047,
orange: 0xfb923c,
} as const;
} as { [key: string]: number };
/* CHANGEME */
export const ALLOWED_ROLES = ['Alert', 'Events', 'Progress'];