mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 剿灭关卡名OcrReplace
This commit is contained in:
@@ -4374,9 +4374,9 @@
|
||||
"binThreshold": [180, 255],
|
||||
"roi": [33, 272, 85, 36],
|
||||
"ocrReplace": [
|
||||
["LT(?=\\d)", "LT-"],
|
||||
["Lt", "LT"],
|
||||
["LT\\+", "LT-"]
|
||||
[ "Lt", "LT" ],
|
||||
[ "LT(?=\\d)", "LT-" ],
|
||||
[ "LT[^\\d]{0,3}(?=\\d)", "LT-" ]
|
||||
]
|
||||
},
|
||||
"SSSCloseTip": {
|
||||
|
||||
Reference in New Issue
Block a user