修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m54s

This commit is contained in:
sexygoat
2026-04-09 13:48:11 +08:00
parent cc9d2a85a2
commit cb3ba06106
26 changed files with 987 additions and 1984 deletions

View File

@@ -14,7 +14,7 @@ export const usernameRules = (t: (key: string) => string): FormItemRule[] => [
trigger: 'blur'
},
{
min: 3,
min: 2,
max: 20,
message: t('login.validation.usernameLength'),
trigger: 'blur'