From 3eaaf2ff99d60df3acc4f3e1f339dd32ad813533 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 23 Nov 2021 22:40:06 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E6=97=A5=E5=B8=B8=E5=A5=96=E5=8A=B1=E7=9A=84=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=9C=89=E6=97=B6=E5=80=99=E5=85=B3=E4=B8=8D=E6=8E=89=E7=9A=84?= =?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 | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 29994aa78f..3bb419b86c 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -331,10 +331,24 @@ "algorithm": "justReturn", "action": "clickRect", "specificRect": [ - 1000, - 100, - 270, - 340 + 600, + 600, + 60, + 60 + ], + "next": [ + "CloseTaskAwardDouble" + ] + }, + "CloseTaskAwardDouble": { + "Doc": "有时候奖励出的太慢了,所以这里多点一次", + "algorithm": "justReturn", + "action": "clickRect", + "specificRect": [ + 600, + 600, + 60, + 60 ], "next": [ "WeeklyTask",