From f6b4b7b50d6c50027cbcc5e1055a6766e86178bf Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 25 Sep 2021 09:30:06 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E6=94=B6=E5=AE=8C?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E5=90=8E=E5=85=B3=E9=97=AD=E7=9A=84=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index c40e485e7a..b63181765c 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -329,12 +329,18 @@ "template": "CollectCredit.png", "action": "clickSelf", "next": [ - "ColseCollectCredit" + "CloseCollectCredit" ] }, - "ColseCollectCredit": { + "CloseCollectCredit": { "algorithm": "justReturn", - "action": "clickRand", + "action": "clickRect", + "specificArea": [ + 1100, + 700, + 150, + 30 + ], "next": [ "Stop" ]