fix: wire up EndingGallery click to open ChapterRecap via chapterId

This commit is contained in:
2026-06-09 17:57:21 +08:00
parent 9297117544
commit 906965c963
4 changed files with 18 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ export interface EndingDef {
id: string
label: string
sceneId: string
chapterId?: string
thumbnail?: string
}