From 9448ef11c8a15b1906514453780dc5d05709aa88 Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:17:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=91=BD=E4=B8=ADSOD?= =?UTF-8?q?=5FEnding=E4=BB=BB=E5=8A=A1=E5=90=8E=E5=8D=A1=E6=AD=BBSOD=5FMai?= =?UTF-8?q?n=E4=BB=BB=E5=8A=A1=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/MaaXYZ/M9A/issues/268 --- .../pipeline/activity/outside_deduction.json | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/assets/resource/base/pipeline/activity/outside_deduction.json b/assets/resource/base/pipeline/activity/outside_deduction.json index 736ba93..4e50f4b 100644 --- a/assets/resource/base/pipeline/activity/outside_deduction.json +++ b/assets/resource/base/pipeline/activity/outside_deduction.json @@ -2658,7 +2658,15 @@ ], "action": "Click", "count": 9, - "post_delay": 1500, + "post_wait_freezes": { + "time": 300, + "target": [ + 0, + 324, + 106, + 319 + ] + }, "next": [ "SOD_EndingSelecct", "SOD_Departure", @@ -2676,7 +2684,15 @@ 192 ], "action": "Click", - "post_delay": 1500, + "post_wait_freezes": { + "time": 300, + "target": [ + 0, + 324, + 106, + 319 + ] + }, "next": [ "SOD_EndingSelecct", "SOD_Departure",