ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
325 B

  1. export const CATEGORIES = ['general',
  2. 'character',
  3. 'deerjikist',
  4. 'meme',
  5. 'material',
  6. 'meta',
  7. 'nico'] as const
  8. export const USER_ROLES = ['admin', 'member', 'guest'] as const
  9. export const ViewFlagBehavior = { OnShowedDetail: 1,
  10. OnClickedLink: 2,
  11. NotAuto: 3 } as const