From 3a4fbd01939551dcecf62a05cf973cd8cef12eab Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Fri, 26 Jul 2024 19:15:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=B0=E8=B1=A1=E5=8A=A0=E6=B7=B1?= =?UTF-8?q?=E5=90=8E=E5=8D=A1=E4=BD=8F=E6=97=B6=E6=88=AA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resource/tasks.json b/resource/tasks.json index 5076cef299..770b89ca84 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -4888,7 +4888,7 @@ "Doc": "本任务是插件 ScreenshotTaskPlugin 的配置", "Doc_2": "需要在任务 Task 开始时截图时,将 Task 加入到此任务的 next 列表。", "algorithm": "JustReturn", - "next": ["Roguelike@StageEncounterOptionUnknown"] + "next": ["Roguelike@StageEncounterOptionUnknown", "Screenshot@Stop"] }, "ScreenshotTaskPlugin-Config-Debug": { "Doc": "本任务是插件 ScreenshotTaskPlugin 的配置", @@ -9313,6 +9313,9 @@ "Sarkaz@Roguelike@StageCanReconstructClose": { "action": "ClickSelf", "roi": [1144, 0, 136, 152], + "onErrorNext": [ + "Screenshot@Stop" + ], "next": [ "Sarkaz@Roguelike@StageTraderEnter", "Sarkaz@Roguelike@StageFilterTruthEnter",