fix: 修复基建搓玉补货后不换人的问题

fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2366
This commit is contained in:
MistEO
2022-10-20 21:51:46 +08:00
parent e509d36fdc
commit 41cfb66736

View File

@@ -4218,6 +4218,30 @@
504,
192,
187
],
"rearDelay": 1000,
"next": [
"ReplenishToMaxLoading",
"Stop"
]
},
"ReplenishToMaxLoading": {
"algorithm": "OcrDetect",
"action": "DoNothing",
"text": [
"正在提交",
"反馈至神经"
],
"roi": [
700,
600,
300,
120
],
"rearDelay": 1000,
"next": [
"ReplenishToMaxLoading",
"Stop"
]
},
"ShamareThumbnail": {
@@ -10060,4 +10084,4 @@
"RoguelikeWaitBattleStart"
]
}
}
}