fix: 修复网络卡顿时偶现的信用商店任务失败

fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1182
This commit is contained in:
MistEO
2022-07-17 21:47:22 +08:00
parent 2297164dc7
commit db698dba0b
2 changed files with 13 additions and 20 deletions

View File

@@ -2970,31 +2970,12 @@
360
],
"next": [
"MallLoading",
"CreditStoreOcr",
"Mall",
"ReturnToMallCloseAnno",
"TodaysSuppliesToMall"
]
},
"MallLoading": {
"algorithm": "OcrDetect",
"action": "DoNothing",
"text": [
"正在提交",
"反馈至神经"
],
"roi": [
700,
600,
300,
120
],
"next": [
"MallLoading",
"CreditStoreOcr"
]
},
"CreditStoreOcr": {
"algorithm": "OcrDetect",
"text": [
@@ -3009,10 +2990,22 @@
"action": "ClickSelf",
"next": [
"CollectCredit",
"MallLoading",
"CreditStoreFailed",
"Stop"
]
},
"CreditStoreFailed": {
"action": "DoNothing",
"roi": [
76,
44,
144,
127
],
"next": [
"CreditStoreOcr"
]
},
"CollectCredit": {
"action": "ClickSelf",
"roi": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB