diff --git a/resource/tasks.json b/resource/tasks.json index 181c134e9d..43f0323810 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -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": [ diff --git a/resource/template/CreditStoreFailed.png b/resource/template/CreditStoreFailed.png new file mode 100644 index 0000000000..4899a94651 Binary files /dev/null and b/resource/template/CreditStoreFailed.png differ