chore: ClickStageName 同步 ClickedCorrectStage ocrReplace

This commit is contained in:
uye
2025-11-01 15:37:57 +08:00
parent b63b4aa50e
commit cd1b4231ec

View File

@@ -396,8 +396,17 @@
"isAscii": true,
"text": [],
"next": ["ClickedCorrectStageOrSwipe", "#self"],
"ocrReplaceDoc": "和 ClickedCorrectStage 同步,但去除 OPERATION",
"ocrReplace": [
["-\\]", "-1"],
[" ", ""],
["s", "S"],
["c", "C"],
["o", "O"],
[":", ""],
["'", ""],
["(H\\d+)O(?=-)", "$010"],
["(-\\d+)O", "$010"],
[".*?([A-Z]{2}-EX-\\d+)", "$1"]
]
},
@@ -418,8 +427,10 @@
"fullMatch": true,
"isAscii": true,
"text": [],
"ocrReplaceDoc": "和 ClickedCorrectStage 同步",
"ocrReplace": [
["OPERATION", ""],
["-\\]", "-1"],
[" ", ""],
["s", "S"],
["c", "C"],
@@ -427,7 +438,8 @@
[":", ""],
["'", ""],
["(H\\d+)O(?=-)", "$010"],
["(-\\d+)O", "$010"]
["(-\\d+)O", "$010"],
[".*?([A-Z]{2}-EX-\\d+)", "$1"]
],
"roi": [845, 72, 220, 50]
},