mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: [CN] Handle OCR error on 区域精
This commit is contained in:
parent
e0707b8286
commit
e35ab54ebc
@ -40,6 +40,8 @@ class OcrPlaneName(OcrWhiteLetterOnComplexBackground):
|
||||
result = re.sub(r'区域.*[事件]$', '区域事件', result)
|
||||
# 区域-战
|
||||
result = re.sub(r'区域.*交$', '区域交易', result)
|
||||
# 区域-战
|
||||
result = re.sub(r'区域.*[精英]$', '区域精英', result)
|
||||
# 区域-事伴, 区域-事祥
|
||||
result = re.sub(r'事[伴祥]', '事件', result)
|
||||
# 医域-战斗
|
||||
|
Loading…
Reference in New Issue
Block a user