From b1cabfca1ac82d25a667fbd511f9e963d07f7f5d Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:34:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20RS-5=20=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resource/tasks.json b/resource/tasks.json index 9af0da949a..4471a8b78b 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -1162,6 +1162,11 @@ "sub": ["RS-OpenOcr"], "next": ["RS-6@SideStoryStage", "RS-6@SwipeToStage"] }, + "RS-5": { + "algorithm": "JustReturn", + "sub": ["RS-OpenOcr"], + "next": ["RS-5@SideStoryStage", "RS-5@SwipeToStage"] + }, "RS-OpenOcr": { "baseTask": "SS-OpenOcr", "text": ["银心", "列车", "特快"], @@ -1184,6 +1189,9 @@ "RS-6@SideStoryStage": { "text": ["RS-6"] }, + "RS-5@SideStoryStage": { + "text": ["RS-5"] + }, "ZT-9": { "algorithm": "JustReturn", "sub": ["ZT-OpenOcr"],