This commit is contained in:
2026-05-04 03:14:50 +09:00
parent 5c1295f0ff
commit 1653e1ae79
+1 -1
View File
@@ -183,7 +183,7 @@ export type Tag = {
createdAt: string
updatedAt: string
hasWiki: boolean
materialId: number
materialId: number | null
hasDeerjikists: boolean
children?: Tag[]
matchedAlias?: string | null }