chore: 放宽对 RA-1 关卡名的检查

fix #16622
This commit is contained in:
uye
2026-05-16 02:37:08 +08:00
parent 24886bb695
commit ea8a4ccb33

View File

@@ -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],