This commit is contained in:
2026-05-04 02:55:36 +09:00
parent dceed1caa1
commit cf7f9621e1
11 changed files with 264 additions and 24 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
import type { Category } from 'types'
import type { Category, Platform } from 'types'
export const LIGHT_COLOUR_SHADE = 800
export const DARK_COLOUR_SHADE = 300
@@ -31,6 +31,11 @@ export const FETCH_POSTS_ORDER_FIELDS = [
'updated_at',
] as const
export const PLATFORM_NAMES: Record<Platform, string> =
{ nico: 'ニコニコ', youtube: 'YouTube' } as const
export const PLATFORMS = ['nico', 'youtube'] as const
export const TAG_COLOUR = {
deerjikist: 'rose',
meme: 'purple',