Skip to content

Commit

Permalink
Fix: [CN] OCR error on Stagnant_Shadow_Puppetry
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Apr 25, 2024
1 parent b31724c commit 7c8d416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/dungeon/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def after_process(self, result):
# 燔灼之形•凝滞虚影
result = result.replace('熠', '燔')
result = re.sub('^灼之形', '燔灼之形', result)
# 偃偶之形•凝滞虚影
result = re.sub('^偶之形', '偃偶之形', result)
# 蛀星的旧·历战余响
result = re.sub(r'蛀星的旧.*?历战', '蛀星的旧靥•历战', result)

Expand Down

0 comments on commit 7c8d416

Please sign in to comment.