mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
♻️ 重构xml解析&处理,支持scene切换
This commit is contained in:
4
src/types/Archive/Birth.d.ts
vendored
4
src/types/Archive/Birth.d.ts
vendored
@@ -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;
|
||||
/** 对话内容 */
|
||||
|
||||
Reference in New Issue
Block a user