mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Fix: [CN] Handle ocr result with "了"
This commit is contained in:
parent
323fb538ba
commit
625e9b08f0
@ -31,6 +31,7 @@ class DailyQuestOcr(Ocr):
|
||||
if self.lang == 'ch':
|
||||
result = result.replace("J", "」")
|
||||
result = result.replace(";", "」")
|
||||
result = result.replace("了", "」")
|
||||
result = result.replace("宇审", "宇宙")
|
||||
# 进行中」hbadarin
|
||||
if "进行中" in result:
|
||||
|
Loading…
Reference in New Issue
Block a user