From f720f900ae1fcd4660702232d502eaef64c95647 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 17 May 2026 00:17:39 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20=E4=BC=98=E5=8C=96=E7=94=9F?= =?UTF-8?q?=E6=81=AF=E6=BC=94=E7=AE=97=E6=9B=BF=E6=8D=A2=E9=80=BB=E8=BE=91?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6244e7fe6b7ac5fc34591221aa622e0d90dd6dd5. --- resource/tasks/RA/Reclamation3.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resource/tasks/RA/Reclamation3.json b/resource/tasks/RA/Reclamation3.json index 6b411434b0..670f0a7df0 100644 --- a/resource/tasks/RA/Reclamation3.json +++ b/resource/tasks/RA/Reclamation3.json @@ -129,8 +129,7 @@ "doc": "步骤 14:OCR 识别部署费用", "algorithm": "OcrDetect", "action": "DoNothing", - "text": ["22+"], - "ocrReplace": [["2[2-9]", "22+"], ["[3-9]\\d+", "22+"]], + "text": ["22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50"], "roi": [1200, 490, 80, 50], "next": ["RelaunchAnchor@RA@DeployOperatorSwipe"] }, @@ -191,8 +190,8 @@ "doc": "步骤 21:OCR 识别 <交付木材> 并点击", "algorithm": "OcrDetect", "action": "ClickSelf", - "text": ["交付木材8+"], - "ocrReplace": [["交付木材.*([89]|[1-9]\\d+)", "交付木材8+"]], + "text": ["交付木材8"], + "ocrReplace": [["交付木材.*(8|9|10|11|12|13|14|15|16|17|18|19|20)", "交付木材8"]], "roi": [80, 235, 110, 35], "next": ["RelaunchAnchor@RA@WaitWoodDialogue"] },