feat: i18n StoryGallery UI labels and data layer chapter/ending names

This commit is contained in:
2026-06-10 16:29:25 +08:00
parent d057beb82d
commit e51b5e234e
10 changed files with 50 additions and 8 deletions

View File

@@ -77,6 +77,7 @@ export interface QTEDefinition {
export interface ChapterInfo {
id: string
label: string
labelKey?: string
startScene: string
thumbnail?: string
defaultVariables?: Record<string, number>
@@ -94,6 +95,7 @@ export interface AchievementDef {
export interface EndingDef {
id: string
label: string
labelKey?: string
sceneId: string
chapterId?: string
thumbnail?: string