调整姓名正则匹配
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user