mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 修复网络卡顿时偶现的信用商店任务失败
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1182
This commit is contained in:
@@ -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": [
|
||||
|
||||
BIN
resource/template/CreditStoreFailed.png
Normal file
BIN
resource/template/CreditStoreFailed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user