From 25786dabeb41ba5fe45f6a8a55424571eb38908d Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:11:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E5=85=A8=E6=B4=BE=E9=A9=BB?= =?UTF-8?q?=E5=9B=A0=E7=BD=91=E7=BB=9C=E6=B3=A2=E5=8A=A8=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=82=B9=E5=87=BB=E9=98=B5=E5=AE=B9=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks/tasks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource/tasks/tasks.json b/resource/tasks/tasks.json index fa43ec3f0b..7c4d611efe 100644 --- a/resource/tasks/tasks.json +++ b/resource/tasks/tasks.json @@ -4469,7 +4469,8 @@ "action": "ClickSelf", "algorithm": "OcrDetect", "text": ["阵容确认"], - "roi": [992, 576, 288, 144] + "roi": [992, 576, 288, 144], + "next": ["#self", "Stop"] }, "SSSStageNameOCR": { "algorithm": "OcrDetect",