This commit is contained in:
2025-07-21 05:11:14 +09:00
parent 2570323e3a
commit 3f42eb6915
12 changed files with 210 additions and 143 deletions
+2 -3
View File
@@ -2,9 +2,8 @@ import { CATEGORIES, USER_ROLES, ViewFlagBehavior } from '@/consts'
export type Category = typeof CATEGORIES[number]
export type NicoTag = {
id: number
name: string
export type NicoTag = Tag & {
category: 'nico'
linkedTags: Tag[] }
export type Post = {