mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 23:09:10 +08:00
feat: 修改登录页文字
This commit is contained in:
parent
77fc6bc888
commit
e9e15240b2
1
frontend/components.d.ts
vendored
1
frontend/components.d.ts
vendored
@ -60,7 +60,6 @@ declare module 'vue' {
|
||||
ElRow: typeof import('element-plus/es')['ElRow']
|
||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||
ElSpace: typeof import('element-plus/es')['ElSpace']
|
||||
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
||||
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
||||
ElTable: typeof import('element-plus/es')['ElTable']
|
||||
|
@ -111,7 +111,7 @@ export default {
|
||||
warnning:
|
||||
'Note: [Closing the security entrance] will make your panel login address directly exposed to the Internet, very dangerous, please exercise caution',
|
||||
codeInput: 'Please enter the 6-digit verification code of the MFA validator',
|
||||
title: 'A modern, open source Linux server operation and maintenance management panel',
|
||||
title: 'Modern、OpenSource Linux server operation and maintenance management panel',
|
||||
},
|
||||
rule: {
|
||||
username: 'Please enter a username',
|
||||
|
@ -116,7 +116,7 @@ export default {
|
||||
warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作',
|
||||
codeInput: '请输入 MFA 验证器的 6 位验证码',
|
||||
mfaTitle: 'MFA认证',
|
||||
title: '一个现代化、开源的 Linux 服务器运维管理面板',
|
||||
title: '现代化、开源的 Linux 服务器运维管理面板',
|
||||
},
|
||||
rule: {
|
||||
username: '请输入用户名',
|
||||
|
Loading…
Reference in New Issue
Block a user