#59 関聯投稿一覧の追加

This commit is contained in:
2025-08-01 01:06:09 +09:00
parent 0f902f0d27
commit efb6b16412
4 changed files with 31 additions and 5 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ export type Post = {
thumbnail: string
thumbnailBase: string
tags: Tag[]
viewed: boolean }
viewed: boolean
related: Post[] }
export type SubMenuItem = {
component: React.ReactNode