fix: 火山修复

This commit is contained in:
2026-07-09 15:16:17 +08:00
parent 1fbac2c182
commit 3fefa18c65
5 changed files with 825 additions and 829 deletions
File diff suppressed because it is too large Load Diff
+4 -5
View File
@@ -1,16 +1,17 @@
title: Start
tags: 入口
tags: start
colorID: 1
position: 300,-100
---
<<detour VarsInit>>
<<jump VarsInit>>
<<jump Center>>
===
title: VarsInit
tags: 入口 变量
tags: init
colorID: 4
position: 300,50
---
@@ -53,8 +54,6 @@ position: 300,50
// Stage7 最终检查完成标记(防止重复插线导致 TaskToDo 多次递减)
<<declare $speakerFinalOK=false>>
<<declare $saleFinalOK=false>>
<<jump Center>>
===
@@ -1,13 +1,13 @@
{
"projectFileVersion": 3,
"sourceFiles": [
"**/*.yarn"
],
"excludeFiles": [
"**/*~/*",
"./Samples/Yarn Spinner*/*"
],
"localisation": {},
"baseLanguage": "zh-CHS",
"compilerOptions": {}
"projectFileVersion": 3,
"sourceFiles": [
"**/*.yarn"
],
"excludeFiles": [
"**/*~/*",
"./Samples/Yarn Spinner*/*"
],
"localisation": {},
"baseLanguage": "zh-Hans",
"compilerOptions": {}
}
+2 -2
View File
@@ -1,5 +1,5 @@
title: Stage1
tags: Stage 入口
tags: start
group: 入口
colorID: 2
position: 100,400
@@ -14,7 +14,7 @@ position: 100,400
title: 开头对话
tags: Stage1 诊室
tags: content
group: 入口
colorID: 2
position: 100,550
+3 -3
View File
@@ -17,7 +17,7 @@ position: 300,400
<<DropCable>>
<<show_task_panel>>
<<fade_out 1>>
<<set $TaskToDo=2>>
<<set $TaskToDo = 2>>
//me: 患者的生命指标异常,异常表现为似乎无法停止说笑话。 #line:00d5e4f
me: 我需要检查一下它的表达模块。<br>…或许是幽默单元这块有点问题。 #line:0812f26
<<ModuleHightLight Speak true>>
@@ -355,7 +355,7 @@ SpeakerModule: 已与表达模块建立连接! #line:027b73c
me:看起来表达模块正常了 #line:001972a
<<complete_task "line:0b72487">>
<<set $speakerFinalOK = true>>
<<set $TaskToDo = $TaskToDo-1>>
<<set $TaskToDo = $TaskToDo - 1>>
<<if $TaskToDo == 0>>
<<jump 结束Stage7>>
<<endif>>
@@ -455,7 +455,7 @@ SaleModule: 已与销售模块建立连接! #line:0448f12
me:波形分布恢复正常了 #line:06ec20b
<<complete_task "line:0aed89c">>
<<set $saleFinalOK = true>>
<<set $TaskToDo = $TaskToDo-1>>
<<set $TaskToDo = $TaskToDo - 1>>
<<if $TaskToDo == 0>>
<<jump 结束Stage7>>
<<endif>>