fix: 锁屏页面重构

This commit is contained in:
TsMask
2024-01-17 16:00:55 +08:00
parent 5d1a60d94f
commit 46f0a7a92d
8 changed files with 80 additions and 41 deletions

View File

@@ -169,6 +169,8 @@ export default {
helpDoc: 'Doc',
},
rightContent: {
lock: "Lock Screen",
lockTip: "Confirmed to perform a lock screen?",
helpDoc: "System User Documentation",
fullscreen: "Full Screen",
logout: "Logout",
@@ -230,7 +232,7 @@ export default {
tabPane2: 'Login with phone number',
registerBtn: 'Register an account',
loginBtn: 'Sign In',
loginSuccess: 'Login successful',
loginSuccess: 'Login Successful',
loginMethod: 'Other login methods:',
loginMethodWX: 'WeChat Scan Login',
loginMethodQQ: 'QQ Scan Code Login',

View File

@@ -169,6 +169,8 @@ export default {
helpDoc: '使用手册',
},
rightContent: {
lock: "锁屏",
lockTip: "确认要进行锁屏吗?",
helpDoc: "系统使用文档",
fullscreen: "全屏显示",
logout: "退出登录",