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
af603eadf8
commit
acf72b18d5
@ -37,7 +37,7 @@ 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