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",
@@ -53,6 +53,10 @@ export default {
alignLeft: "居左",
alignRight: "居右",
},
loginType: {
password: "密码登录",
sms: "手机号登录",
},
usernamePlaceholder: "请输入用户名/邮箱/手机号",
passwordPlaceholder: "请输入密码",
mobilePlaceholder: "请输入手机号",
@@ -620,6 +620,7 @@ export default {
proFeature: "专业版功能",
emailServerSetup: "设置邮箱服务器",
enableSmsLoginRegister: "开启手机号登录、注册",
defaultLoginType: "默认登录方式",
commFeature: "商业版功能",
smsProvider: "短信提供商",
aliyunSms: "阿里云短信",