调整姓名关键词配置

This commit is contained in:
2024-07-26 10:38:26 +08:00
parent 9635a4b206
commit c95639482f

View File

@@ -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},