mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: [CN] OCR error on Stagnant_Shadow_Puppetry
This commit is contained in:
parent
b31724c92f
commit
7c8d41614f
@ -90,6 +90,8 @@ class OcrDungeonList(Ocr):
|
||||
# 燔灼之形•凝滞虚影
|
||||
result = result.replace('熠', '燔')
|
||||
result = re.sub('^灼之形', '燔灼之形', result)
|
||||
# 偃偶之形•凝滞虚影
|
||||
result = re.sub('^偶之形', '偃偶之形', result)
|
||||
# 蛀星的旧·历战余响
|
||||
result = re.sub(r'蛀星的旧.*?历战', '蛀星的旧靥•历战', result)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user