mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: OR 关卡掉落界面关卡名识别问题
This commit is contained in:
@@ -4013,17 +4013,14 @@
|
||||
"useRaw": false,
|
||||
"ocrReplace": [
|
||||
["—{1,2}", "-"],
|
||||
["[Oo]", "0"],
|
||||
["[Ii]", "1"],
|
||||
["[Ll]", "1"],
|
||||
["\\|", "1"],
|
||||
["-[IiLl\\|]", "1"],
|
||||
["-\\d*[Oo]", "0"],
|
||||
["^.+-EX-?\\d+.*$", "_INVALID_"],
|
||||
["^.+-S-?\\d+.*$", "_INVALID_"],
|
||||
["^.+-MO-?\\d+.*$", "_INVALID_"],
|
||||
["^OF-1$", "_INVALID_"],
|
||||
["^Ap-", "AP-"],
|
||||
["^Bl-", "BI-"],
|
||||
["-1O$", "-10"]
|
||||
["^Bl-", "BI-"]
|
||||
],
|
||||
"roi": [140, 60, 200, 55]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user