From 63c3ac4ec8b9d88490d135ea0ad5a7289b173136 Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:03:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DODR=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E6=97=B6SkipText=E5=90=8E=E6=9C=89=E6=A6=82?= =?UTF-8?q?=E7=8E=87=E8=B7=B3=E5=88=B0=E4=B8=BB=E9=A1=B5=E9=9D=A2=E7=84=B6?= =?UTF-8?q?=E5=90=8E=E9=99=B7=E5=85=A5=E6=AD=BB=E5=BE=AA=E7=8E=AF=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/outside_deduction_rapid.json | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/assets/resource/base/pipeline/activity/outside_deduction_rapid.json b/assets/resource/base/pipeline/activity/outside_deduction_rapid.json index de184d5..7a04f69 100644 --- a/assets/resource/base/pipeline/activity/outside_deduction_rapid.json +++ b/assets/resource/base/pipeline/activity/outside_deduction_rapid.json @@ -1268,7 +1268,8 @@ "action": "Click", "next": [ "ODR_Event_Confirm", - "ODR_Event_Select" + "ODR_Event_Select", + "ODR_MainFlag" ], "interrupt": "ODR_SkipText" }, @@ -1287,7 +1288,8 @@ "action": "Click", "next": [ "ODR_Event_Confirm", - "ODR_Event_Select_First" + "ODR_Event_Select_First", + "ODR_MainFlag" ], "interrupt": "ODR_SkipText" }, @@ -1306,7 +1308,8 @@ "action": "Click", "next": [ "ODR_Event_Confirm", - "ODR_Event_Select_Second2Last" + "ODR_Event_Select_Second2Last", + "ODR_MainFlag" ], "interrupt": "ODR_SkipText" }, @@ -1325,7 +1328,8 @@ "action": "Click", "next": [ "ODR_Event_Confirm", - "ODR_Event_Select_Second" + "ODR_Event_Select_Second", + "ODR_MainFlag" ], "interrupt": "ODR_SkipText" }, @@ -1526,5 +1530,15 @@ "SOD_Acquire_NoNext", "ODR_SkipText" ] + }, + "ODR_MainFlag": { + "recognition": "TemplateMatch", + "template": "OutsideDeduction/SOD_Main.png", + "roi": [ + 33, + 430, + 82, + 85 + ] } } \ No newline at end of file