feat: inline bilingual choice text (textEn), lang-aware choice rendering

This commit is contained in:
2026-06-09 15:51:37 +08:00
parent daec24d69b
commit 8e7f77bc38
3 changed files with 24 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ export interface SceneNode {
export interface Choice {
text: string
textKey?: string
textEn?: string
targetScene: string
conditions?: Condition[]
effects?: Effect[]