Revert "chore: 优化生息演算替换逻辑"

This reverts commit 6244e7fe6b.
This commit is contained in:
uye
2026-05-17 00:17:39 +08:00
parent 799e4754e7
commit f720f900ae

View File

@@ -129,8 +129,7 @@
"doc": "步骤 14OCR 识别部署费用",
"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": "步骤 21OCR 识别 <交付木材> 并点击",
"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"]
},