feat: add dev diary and ending thumbnails, update chapter endings display

This commit is contained in:
2026-06-14 11:51:32 +08:00
parent d373cb8fc0
commit 92966331d3
3 changed files with 76 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ export interface SceneNode {
videoMuted?: boolean
skippable?: boolean
streamingUrl?: Record<string, string>
keyMoment?: boolean
}
export interface Choice {