This commit is contained in:
2025-06-17 02:30:26 +09:00
parent 729bb5e4ca
commit ceeefa9b7c
10 changed files with 180 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
export const CATEGORIES = ['general',
'character',
'deerjikist',
'meme',
'material',
'nico',
'meta'] as const
export const USER_ROLES = ['admin', 'member', 'guest'] as const