mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: SideStoryStage ocrReplace
This commit is contained in:
@@ -680,8 +680,15 @@
|
||||
"isAscii": true,
|
||||
"text": [],
|
||||
"ocrReplace": [
|
||||
[" ", ""],
|
||||
["s", "S"],
|
||||
["c", "C"],
|
||||
["o", "O"],
|
||||
[":", ""],
|
||||
["'", ""],
|
||||
[" (\\d)", "-$1"],
|
||||
["-1O$", "-10$"]
|
||||
["-1O$", "-10$"],
|
||||
[".*?([A-Z]{2}-EX-\\d+)", "$1"]
|
||||
],
|
||||
"roi": [0, 60, 1280, 550]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user