qr login page /reset password page

This commit is contained in:
landaiqing
2024-08-11 18:11:15 +08:00
parent ff6a4a5d09
commit b40c9c3036
20 changed files with 580 additions and 65 deletions

View File

@@ -20,7 +20,15 @@ export default {
login: "login",
register: "register",
reSendCaptcha: " re-send",
passwordRule: "The password must be 6~18 characters and must contain letters, numbers and special symbols!"
passwordRule: "The password must be 6~18 characters and must contain letters, numbers and special symbols!",
phoneLoginAndRegister: "phone login/register",
open: "Please open",
scan: "scan the code to login",
wechat: "wechat",
repassword: "confirm password",
repasswordValidate: "please enter the confirmation password",
forgetPassword: "forget password",
resetPassword: "reset password",
},
error: {
networkError: 'Network error, please try again later',

View File

@@ -1,7 +1,7 @@
// zh.ts
export default {
login: {
title: '五味子云存储',
title: '五味子云相册',
accountLogin: '账号登录',
account: '账号',
accountValidate: '请输入手机号/账号/邮箱',
@@ -9,7 +9,7 @@ export default {
passwordValidate: "请输入密码",
autoLogin: "自动登录",
forgotPassword: "忘记密码",
loginAndRegister: "登录",
loginAndRegister: "登录/注册",
qrLogin: "扫码登录",
phoneLogin: "短信登录",
phone: "手机号",
@@ -20,7 +20,15 @@ export default {
login: "登录",
register: "注册",
reSendCaptcha: "重新发送",
passwordRule: "密码要6~18位字符且必须包含字母、数字和特殊符号"
passwordRule: "密码要6~18位字符且必须包含字母、数字和特殊符号",
phoneLoginAndRegister: "短信注册/登录",
open: "请打开",
scan: "扫码登录",
wechat: "微信",
repassword: "确认密码",
repasswordValidate: "请输入确认密码",
forgetPassword: "忘记密码",
resetPassword: "重置密码",
},
error: {
networkError: '网络连接失败!',