From c95639482fd5fd0c5d7541ca79374855f1880607 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Fri, 26 Jul 2024 10:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A7=93=E5=90=8D=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E8=AF=8D=E9=85=8D=E7=BD=AE?= 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 e3df56f..977695e 100644 --- a/photo_mask/__init__.py +++ b/photo_mask/__init__.py @@ -16,7 +16,7 @@ SEND_ERROR_EMAIL = True # 使用正则匹配 NAME_KEYS = [ {"key": "^名[:|:]$", "length": 3}, # 可能误涂 - {"key": "[姓|娃]名", "length": 4}, + {"key": "[姓|娃|生]名", "length": 4}, {"key": "款人", "length": 4}, {"key": "[交|文][^病]?人", "length": 4}, {"key": "购买方名称", "length": 4},