Skip to content

Commit ab78bfe

Browse files
docs: 活动未启用导航添加提示
1 parent c18527e commit ab78bfe

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

assets/resource/pipeline/活動.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,5 +313,12 @@
313313
"[JumpBack]重新连接",
314314
"检查题目"
315315
]
316+
},
317+
"活动未启用导航": {
318+
"next": [
319+
"无动作结束"
320+
],
321+
"enabled": false,
322+
"focus": "[color:red]检测到未启用自定义导航,结束任务[/color]"
316323
}
317324
}

assets/resource/tasks/活动.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"default_check": false,
77
"doc": [
88
"[color:red]若使用自定义导航,将鼠标移动到自定义导航旁的问号查看说明[/color]",
9-
"<br>[color:red]若不使用自定义导航,须在出击准备按钮前开始[/color]",
9+
"<br>[color:red]若不使用自定义导航,须在出击准备按钮前开始,并且拆船或重开游戏后会自动结束任务[/color]",
1010
"<br>[color:red]立体强袭关卡须在紧急情况前开始,仅支持打第一个点[/color]",
1111
"<br>[color:red]自动答题需要在答题界面开始,无脑选择选项,不追求答对[/color]"
1212
],
@@ -16,6 +16,7 @@
1616
"pipeline_override": {
1717
"结束开始唤醒": {
1818
"next": [
19+
"活动未启用导航",
1920
"进入活动"
2021
]
2122
}
@@ -114,8 +115,11 @@
114115
"next": [
115116
"[JumpBack]重新连接",
116117
"[JumpBack]退出",
117-
"无动作结束"
118+
"活动未启用导航"
118119
]
120+
},
121+
"活动未启用导航": {
122+
"enabled": true
119123
}
120124
}
121125
},

0 commit comments

Comments
 (0)