refactor: switch to key-based i18n for choices, revert inline textEn approach

This commit is contained in:
2026-06-09 15:54:55 +08:00
parent 8e7f77bc38
commit f044ed0b60
3 changed files with 3 additions and 25 deletions

View File

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