feat: Wiki 有無判定軽量化(#233) (#234)

#233 Backend が対応できてなかったのでそっちも対応させた.

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: #234
This commit was merged in pull request #234.
This commit is contained in:
2026-01-23 01:08:27 +09:00
parent f6de272f55
commit ef3d428a06
4 changed files with 31 additions and 14 deletions
+1
View File
@@ -48,6 +48,7 @@ export type Tag = {
name: string
category: Category
postCount: number
hasWiki: boolean
children?: Tag[] }
export type User = {