fix.修复B服没有开始唤醒导致的StartUp失败的问题

https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/334
This commit is contained in:
zzyyyl
2022-04-06 13:15:13 +08:00
parent 5ef2016e7c
commit a6b32fd771
2 changed files with 22 additions and 1 deletions

View File

@@ -371,7 +371,28 @@
255
],
"next": [
"StartToWakeUp"
"StartToWakeUp",
"StartUpConnecting",
"Terminal",
"CloseAnno",
"OfflineConfirm",
"TodaysSupplies"
]
},
"StartUpConnecting": {
"action": "doNothing",
"roi": [
464,
560,
360,
80
],
"next": [
"StartUpConnecting",
"Terminal",
"CloseAnno",
"OfflineConfirm",
"TodaysSupplies"
]
},
"ReturnToTerminal": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB