chore: 默认密码登录

This commit is contained in:
xiaojunnuo
2026-01-04 23:45:55 +08:00
parent 26ac081182
commit 8374a4f5bf
7 changed files with 55 additions and 21 deletions
@@ -53,6 +53,10 @@ export default {
alignLeft: "Align Left",
alignRight: "Align Right",
},
loginType: {
password: "Password Login",
sms: "Mobile Login",
},
usernamePlaceholder: "Please enter username/email/phone number",
passwordPlaceholder: "Please enter your password",
mobilePlaceholder: "Please enter your mobile number",