mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix.修复“上次作战”选项卡住的问题
This commit is contained in:
@@ -725,7 +725,7 @@
|
||||
120
|
||||
],
|
||||
"next": [
|
||||
"LastBattle",
|
||||
"GoLastBattle",
|
||||
"Terminal",
|
||||
"CloseAnno",
|
||||
"TodaysSupplies",
|
||||
@@ -3130,7 +3130,7 @@
|
||||
"BattleStageName": {
|
||||
"algorithm": "OcrDetect",
|
||||
"cache": false,
|
||||
"text": [ ],
|
||||
"text": [],
|
||||
"ocrReplace": [
|
||||
[
|
||||
".+兽小屋",
|
||||
@@ -3733,7 +3733,8 @@
|
||||
118
|
||||
],
|
||||
"next": [
|
||||
"Roguelike1RecruitSkip"
|
||||
"Roguelike1RecruitSkip",
|
||||
"Roguelike1StageEncounterGiveUpRecruitConfirm"
|
||||
]
|
||||
},
|
||||
"Roguelike1RecruitSkip": {
|
||||
@@ -4399,6 +4400,7 @@
|
||||
1280,
|
||||
157
|
||||
],
|
||||
"rearDalay": 500,
|
||||
"next": [
|
||||
"Roguelike1DropsFlag",
|
||||
"Roguelike1ClickToDrops"
|
||||
|
||||
@@ -190,7 +190,7 @@ bool asst::Assistant::append_fight(const std::string& stage, int mecidine, int s
|
||||
// 进入选关界面(主界面的“终端”点进去)
|
||||
auto terminal_task_ptr = std::make_shared<ProcessTask>(task_callback, (void*)this, TaskChain);
|
||||
terminal_task_ptr->set_tasks({ "StageBegin" })
|
||||
.set_times_limit("LastBattle", 0)
|
||||
.set_times_limit("GoLastBattle", 0)
|
||||
.set_times_limit("StartButton1", 0)
|
||||
.set_times_limit("StartButton2", 0)
|
||||
.set_times_limit("MedicineConfirm", 0)
|
||||
|
||||
Reference in New Issue
Block a user