From 00c4106f09b57a805ff1590e4aaaa545eda3eeca Mon Sep 17 00:00:00 2001 From: haoli2322 Date: Wed, 13 May 2026 16:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=88=86=E7=82=92=E7=A6=BD?= =?UTF-8?q?=E8=82=89=E8=AF=86=E5=88=AB=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/island/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/island/project.py b/module/island/project.py index be22769e8..6e47c5a38 100644 --- a/module/island/project.py +++ b/module/island/project.py @@ -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 = '冰咖啡'