refactor: 重构登陆模块
This commit is contained in:
@@ -286,7 +286,33 @@
|
||||
},
|
||||
"login": {
|
||||
"title": "登录",
|
||||
"loginButton": "登录"
|
||||
"loginButton": "登录",
|
||||
"username": "用户名",
|
||||
"phone": "手机号",
|
||||
"selectCountryCode": "选择国家/地区",
|
||||
"enterPhoneNumber": "请输入手机号",
|
||||
"enterUsername": "请输入用户名",
|
||||
"enterPassword": "请输入密码",
|
||||
"enterEmail": "请输入邮箱",
|
||||
"enterCode": "请输入验证码",
|
||||
"enterOtp": "请输入验证码",
|
||||
"getCode": "获取验证码",
|
||||
"resendCode": "重新发送",
|
||||
"sending": "发送中...",
|
||||
"sendCodeSuccess": "验证码已发送",
|
||||
"forgotPassword": "忘记密码?",
|
||||
"validation": {
|
||||
"usernameRequired": "请输入用户名",
|
||||
"passwordRequired": "请输入密码",
|
||||
"phoneNumberRequired": "请输入手机号",
|
||||
"phoneNumberInvalid": "请输入有效的手机号",
|
||||
"codeRequired": "请输入验证码",
|
||||
"codeInvalid": "请输入6位数字验证码",
|
||||
"emailRequired": "请输入邮箱",
|
||||
"emailInvalid": "请输入有效的邮箱地址",
|
||||
"otpRequired": "请输入验证码",
|
||||
"otpInvalid": "请输入6位数字验证码"
|
||||
}
|
||||
},
|
||||
"signup": {
|
||||
"title": "您的邮箱是什么?",
|
||||
|
||||
Reference in New Issue
Block a user