mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: ClickStageName 同步 ClickedCorrectStage ocrReplace
This commit is contained in:
@@ -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]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user