Fix: [CN] OCR error on Stagnant_Shadow_Puppetry

This commit is contained in:
LmeSzinc 2024-04-25 12:05:04 +08:00
parent b31724c92f
commit 7c8d41614f

View File

@ -90,6 +90,8 @@ class OcrDungeonList(Ocr):
# 燔灼之形•凝滞虚影
result = result.replace('', '')
result = re.sub('^灼之形', '燔灼之形', result)
# 偃偶之形•凝滞虚影
result = re.sub('^偶之形', '偃偶之形', result)
# 蛀星的旧·历战余响
result = re.sub(r'蛀星的旧.*?历战', '蛀星的旧靥•历战', result)