mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: EX 关符合时 1 被识别为 |
This commit is contained in:
@@ -4000,6 +4000,10 @@
|
||||
"useRaw": false,
|
||||
"ocrReplace": [
|
||||
["—{1,2}", "-"],
|
||||
["[Oo]", "0"],
|
||||
["[Ii]", "1"],
|
||||
["[Ll]", "1"],
|
||||
["\\|", "1"],
|
||||
["^.+-EX-?\\d+.*$", "_INVALID_"],
|
||||
["^.+-S-?\\d+.*$", "_INVALID_"],
|
||||
["^.+-MO-?\\d+.*$", "_INVALID_"],
|
||||
|
||||
Reference in New Issue
Block a user