This commit is contained in:
Zyronon
2025-11-11 11:47:59 +00:00
parent f502e2d713
commit bf589dce92
14 changed files with 662 additions and 732 deletions

View File

@@ -30,7 +30,7 @@ export const PHONE_CONFIG = {
sendInterval: 60,
// 手机号正则表达式(中国大陆)
phoneRegex: /^1[3-9]\d{9}$/
phoneRegex: /^1[2-9]\d{9}$/
}
// 邮箱配置
@@ -45,7 +45,7 @@ export const EMAIL_CONFIG = {
// 密码配置
export const PASSWORD_CONFIG = {
// 密码最小长度
minLength: 6,
minLength: 9,
// 密码最大长度
maxLength: 20