mirror of
https://github.com/wess09/AzurLaneAutoScript.git
synced 2026-05-14 06:58:22 +08:00
Compare commits
2 Commits
78a39f6d98
...
c3d8829548
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3d8829548 | ||
|
|
00c4106f09 |
@ -187,7 +187,7 @@ class ItemNameOcr(Ocr):
|
||||
def after_process(self, result):
|
||||
result = super().after_process(result)
|
||||
if server.server == 'cn':
|
||||
result = result.replace('蛮', '蜜').replace('茉', '末').replace('汗', '汁').replace('纠', '组')
|
||||
result = result.replace('蛮', '蜜').replace('茉', '末').replace('汗', '汁').replace('纠', '组').replace('离', '禽')
|
||||
result = re.sub(r'[^\u4e00-\u9fff]', '', result)
|
||||
if '冰咖' in result:
|
||||
result = '冰咖啡'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user