From 96cb8eff8975eb639a60ce40e89bb3c79a62129f Mon Sep 17 00:00:00 2001 From: any86 <383514580@qq.com> Date: Sun, 29 May 2022 19:24:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=AF=E6=8C=81195=E5=8F=B7=E6=AE=B5(?= =?UTF-8?q?#240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/www/src/RULES.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/www/src/RULES.js b/packages/www/src/RULES.js index 72e5a72..9c6eb83 100644 --- a/packages/www/src/RULES.js +++ b/packages/www/src/RULES.js @@ -180,8 +180,8 @@ module.exports = [{ }, { title: '手机号(mobile phone)中国(严谨), 根据工信部2019年最新公布的手机号段', - rule: /^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/, - examples: ['008618311006933', '+8617888829981', '19119255642'] + rule: /^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[1589]))\d{8}$/, + examples: ['008618311006933', '+8617888829981', '19119255642', '19519255642'] }, { title: '手机号(mobile phone)中国(宽松), 只要是13,14,15,16,17,18,19开头即可', @@ -400,10 +400,5 @@ module.exports = [{ rule: /^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/, examples: ['90203918@qq.com', 'nbilly@126.com', '啦啦啦@126.com'] -}, -{ - title: '车架号', - rule: /^[A-HJ-NPR-Z\d]{17}$/, - examples: ['LSGGF53W8CH066445', 'LSVAA49J132047371'] } ];