From dc23119a217ed94baec3fe8d3f6df75ea452df1a Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 15 Sep 2023 19:47:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtask.png=E9=98=88?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #6286 --- resource/tasks.json | 47 +++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index b73ca14d22..c0c014c67f 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -4653,6 +4653,7 @@ }, "Award": { "template": "Task.png", + "templThreshold": 0.7, "action": "ClickSelf", "roi": [ 700, @@ -7100,29 +7101,29 @@ ], "postDelay": 500 }, - "BattleQuickFormationFilter-Trust": { - "action": "ClickSelf", - "roi": [ - 1010, - 70, - 35, - 580 - ], - "postDelay": 500, - "next": [ - "BattleQuickFormationFilter-Click2" - ] - }, - "BattleQuickFormationFilter-Click2": { - "action": "ClickSelf", - "roi": [ - 1125, - 60, - 150, - 600 - ], - "postDelay": 500 - }, + "BattleQuickFormationFilter-Trust": { + "action": "ClickSelf", + "roi": [ + 1010, + 70, + 35, + 580 + ], + "postDelay": 500, + "next": [ + "BattleQuickFormationFilter-Click2" + ] + }, + "BattleQuickFormationFilter-Click2": { + "action": "ClickSelf", + "roi": [ + 1125, + 60, + 150, + 600 + ], + "postDelay": 500 + }, "BattleQuickFormationFilterClose": { "algorithm": "JustReturn", "action": "ClickRect",