refactor: 重构登陆模块

This commit is contained in:
2025-12-20 21:38:49 +07:00
parent 3d9785fdf2
commit 57bbebe961
28 changed files with 715 additions and 494 deletions

View File

@@ -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": "您的郵箱是什麼?",