mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
chore: 调整 ocrReplace
[skip changelog]
This commit is contained in:
@@ -3331,9 +3331,9 @@
|
||||
["^\\[", ""],
|
||||
["\\]", "\n"],
|
||||
["(·|\\*|;|;)+", ""],
|
||||
["(A|a|α)+(型)?$", "α$2"],
|
||||
["(B|b|β)+(型)?$", "β$2"],
|
||||
["(Y|y|γ)+(型)?$", "γ$2"],
|
||||
["(A|a|α)+型$", "·α型"],
|
||||
["(B|b|β)+型$", "·β型"],
|
||||
["(Y|y|γ)+型$", "·γ型"],
|
||||
[" [Aa]$", " α"],
|
||||
[" [Bb]$", " β"],
|
||||
[" [Yy]$", " γ"]
|
||||
|
||||
Reference in New Issue
Block a user