fix.修复初次进入肉鸽,选干员的时候卡在新手引导的问题

https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/374
This commit is contained in:
MistEO
2022-04-30 00:55:10 +08:00
parent 970a60b284
commit b863a15c65
2 changed files with 18 additions and 3 deletions

View File

@@ -4099,7 +4099,8 @@
154
],
"next": [
"Roguelike1ChooseOper"
"Roguelike1ChooseOper",
"Roguelike1RecruitCloseGuide"
],
"rearDelay": 1000
},
@@ -4114,10 +4115,23 @@
154
],
"next": [
"Roguelike1ChooseOper"
"Roguelike1ChooseOper",
"Roguelike1RecruitCloseGuide"
],
"rearDelay": 1000
},
"Roguelike1RecruitCloseGuide": {
"action": "clickSelf",
"roi": [
56,
41,
194,
134
],
"next": [
"Roguelike1ChooseOper"
]
},
"Roguelike1ChooseOper": {
"algorithm": "OcrDetect",
"action": "clickSelf",
@@ -4203,7 +4217,8 @@
614
],
"next": [
"Roguelike1ChooseOperConfirm"
"Roguelike1ChooseOperConfirm",
"Roguelike1RecruitCloseGuide"
]
},
"Roguelike1ChooseOperConfirm": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB