From ea8a4ccb33a7182a1c97816f01064ff8b7330e54 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sat, 16 May 2026 02:37:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=BE=E5=AE=BD=E5=AF=B9=20RA-1=20?= =?UTF-8?q?=E5=85=B3=E5=8D=A1=E5=90=8D=E7=9A=84=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #16622 --- resource/tasks/RA/Reclamation3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/tasks/RA/Reclamation3.json b/resource/tasks/RA/Reclamation3.json index b323a8cd68..b1029f29d0 100644 --- a/resource/tasks/RA/Reclamation3.json +++ b/resource/tasks/RA/Reclamation3.json @@ -8,7 +8,7 @@ "doc": "步骤 1(任务起点):OCR 识别 RA-1 并点击;右下角出现 <开启建设> 时进入步骤 2", "algorithm": "OcrDetect", "action": "ClickSelf", - "text": ["RA-1"], + "text": ["RA", "-1"], "withoutDet": true, "useRaw": false, "binThreshold": [200, 255],