登录页面

This commit is contained in:
李志鹏
2026-04-22 13:57:28 +08:00
parent fd86f5fa74
commit d65590304f
11 changed files with 318 additions and 237 deletions

View File

@@ -7,9 +7,11 @@ export default {
name: 'Name',
email: 'Email',
password: 'Password',
passwordConfirmation: 'Password Confirmation',
enterName: 'Enter your name',
enterEmail: 'Enter your email',
enterPassword: 'Enter your password',
enterPasswordAgain: 'Enter your password again',
forgotPassword: 'Forget password?',
pleaseInputName: 'Please input the name',
nameLengthError: 'Name length must be between {min} and {max} characters',
@@ -28,7 +30,7 @@ export default {
havenAccountToLogin: `Already have an account? <span onclick="onClickLogin()">Log in</span>`,
verifyEmail: 'Verify your email address',
verifyCodeHasSent: 'A verification code has been sent to<br><span>{email}</span>',
verify: 'Verify',
verify: 'VERIFY',
resendCode: 'Resend Code',
resendCodeIn: 'Resend Code in {time}',
orContinueWith: 'or continue with',

View File

@@ -8,9 +8,11 @@ export default {
name: '姓名',
email: '邮箱',
password: '密码',
passwordConfirmation: '密码确认',
enterName: '请输入姓名',
enterEmail: '请输入邮箱',
enterPassword: '请输入密码',
enterPasswordAgain: '请输入密码确认',
forgotPassword: '忘记密码?',
pleaseInputName: '请输入姓名',
nameLengthError: '姓名长度必须在 {min} 到 {max} 个字符之间',