mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Merge branch 'LmeSzinc:master' into master
This commit is contained in:
commit
7c845c0a0e
@ -23,6 +23,8 @@ class OcrCharacterName(OcrWhiteLetterOnComplexBackground):
|
||||
# Dan Heng o.ImbibitorLunae
|
||||
result = re.sub(r'[0Oo\-. ]{1,3}Imbi', 'Imbi', result)
|
||||
|
||||
result = re.sub(r'院.?梅', '阮•梅', result)
|
||||
|
||||
return super().after_process(result)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user