From 6e7e711b16e2f524fb2a711c573135b933f1fbef Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Thu, 25 Jul 2024 08:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A7=93=E5=90=8D=E4=B8=AD^?= =?UTF-8?q?=E5=90=8D[:|=EF=BC=9A]=E7=9A=84=E6=AD=A3=E5=88=99=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=EF=BC=8C=E5=9B=A0=E4=B8=BA=E5=AE=B9=E6=98=93=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E8=AF=AF=E6=B6=82=E7=8E=B0=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_mask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo_mask/__init__.py b/photo_mask/__init__.py index 42ad427..1319a73 100644 --- a/photo_mask/__init__.py +++ b/photo_mask/__init__.py @@ -15,7 +15,7 @@ SEND_ERROR_EMAIL = True """ # 使用正则匹配 NAME_KEYS = [ - {"key": "^名[:|:]", "length": 3}, + # {"key": "^名[:|:]", "length": 3}, # 可能误涂 {"key": "[姓|娃]名", "length": 4}, {"key": "款人", "length": 4}, {"key": "交.人", "length": 4},