#59 関聯投稿一覧の追加

このコミットが含まれているのは:
2025-08-01 01:06:09 +09:00
コミット efb6b16412
4個のファイルの変更31行の追加5行の削除
+2 -1
ファイルの表示
@@ -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