♻️ 重构xml解析&处理,支持scene切换

This commit is contained in:
BTMuli
2025-12-22 15:38:22 +08:00
parent bd8ee19b79
commit 35851532a5
4 changed files with 107 additions and 125 deletions

View File

@@ -156,7 +156,7 @@ declare namespace TGApp.Archive.Birth {
/** 前一个场景ID */
prev?: string;
/** 场景脚本 */
scripts: Array<GalDialog>;
comments: Array<GalDialog>;
};
/**
@@ -170,6 +170,8 @@ declare namespace TGApp.Archive.Birth {
role?: string;
/** 图片名称 */
img?: string;
/** 图片2 */
img2?: string;
/** 位置 */
pos?: string;
/** 对话内容 */