From fbd53b36eaed8b45c79dd50a6853bb0ccd9e79a4 Mon Sep 17 00:00:00 2001 From: ABA2396 <2396806385@qq.com> Date: Tue, 14 Jun 2022 20:56:57 +0800 Subject: [PATCH] =?UTF-8?q?fix.=E4=BF=AE=E5=A4=8D=E6=9C=AA=E6=89=93?= =?UTF-8?q?=E5=AE=8C=E6=B4=BB=E5=8A=A8=E5=85=B3=E5=8D=A1=E6=97=B6=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=AF=BC=E8=88=AA=E5=8F=91=E7=94=9F=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 48 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index adb039213b..7676a724cf 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -203,8 +203,11 @@ "action": "DoNothing", "sub": [ "LE-Open", - "LEChapterToLE", - "StageLE-5" + "LEChapterToLE" + ], + "next": [ + "StageLE-5", + "SwapToStageLE-5" ] }, "LE-6": { @@ -212,8 +215,11 @@ "action": "DoNothing", "sub": [ "LE-Open", - "LEChapterToLE", - "StageLE-6" + "LEChapterToLE" + ], + "next": [ + "StageLE-6", + "SwapToStageLE-6" ] }, "LE-7": { @@ -221,8 +227,11 @@ "action": "DoNothing", "sub": [ "LE-Open", - "LEChapterToLE", - "StageLE-7" + "LEChapterToLE" + ], + "next": [ + "StageLE-7", + "SwapToStageLE-7" ] }, "LE-Open": { @@ -252,8 +261,31 @@ ], "action": "ClickSelf", "sub": [ - "SwipeToTheRight", - "SlowlySwipeToTheLeft" + "SwipeToTheRight" + ] + }, + "SwapToStageLE-5": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageLE-5", + "SwapToStageLE-5" + ] + }, + "SwapToStageLE-6": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageLE-6", + "SwapToStageLE-6" + ] + }, + "SwapToStageLE-7": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageLE-7", + "SwapToStageLE-7" ] }, "StageLE-5": {