From 2d38d0a6f9ba04f2cd99cff72833e170e33df0a6 Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 5 Nov 2021 20:55:34 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E4=BC=9A=E5=AE=A2?= =?UTF-8?q?=E5=AE=A4=E7=BA=BF=E7=B4=A2=E7=A9=BA=E4=BD=8D=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 63 ++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 0abf80400e..efd2b30481 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -1279,63 +1279,84 @@ "InfrastClueVacancyNo1": { "template": "ClueVacancyNo1.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 0, + 100, + 500, + 250 ], "rearDelay": 1000 }, "InfrastClueVacancyNo2": { "template": "ClueVacancyNo2.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 200, + 200, + 500, + 250 ], "rearDelay": 1000 }, "InfrastClueVacancyNo3": { "template": "ClueVacancyNo3.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 400, + 100, + 500, + 250 ], "rearDelay": 1000 }, "InfrastClueVacancyNo4": { "template": "ClueVacancyNo4.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 650, + 150, + 500, + 250 ], "rearDelay": 1000 }, "InfrastClueVacancyNo5": { "template": "ClueVacancyNo5.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 300, + 420, + 500, + 250 ], "rearDelay": 1000 }, "InfrastClueVacancyNo6": { "template": "ClueVacancyNo6.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 500, + 350, + 500, + 250 ], "rearDelay": 1000 }, "InfrastClueVacancyNo7": { "template": "ClueVacancyNo7.png", "cache": false, - "maskRange": [ - 180, - 255 + "templThreshold": 0.75, + "roi": [ + 50, + 350, + 500, + 250 ], "rearDelay": 1000 },