mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-13 17:07:34 +08:00
fix: 登录页背景图替换
This commit is contained in:
parent
f1ed976c17
commit
5527ef73ad
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 170 KiB |
|
@ -4,7 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="footer flx-justify-between">
|
<div class="footer flx-justify-between">
|
||||||
<div class="footer-left">
|
<div class="footer-left">
|
||||||
<a href="https://fit2cloud.com/" target="_blank">杭州飞致云信息科技有限公司</a>
|
<a href="https://fit2cloud.com/" target="_blank">Copyright @2014-2023 FIT2CLOUND 飞致云</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-right">
|
<div class="footer-right">
|
||||||
<SystemUpgrade />
|
<SystemUpgrade />
|
||||||
|
|
|
@ -118,7 +118,7 @@ export default {
|
||||||
warnning:
|
warnning:
|
||||||
'Note: [Closing the security entrance] will make your panel login address directly exposed to the Internet, very dangerous, please exercise caution',
|
'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',
|
codeInput: 'Please enter the 6-digit verification code of the MFA validator',
|
||||||
title: 'Modern、OpenSource Linux server operation and maintenance management panel',
|
title: 'Linux server operation and maintenance management panel',
|
||||||
},
|
},
|
||||||
rule: {
|
rule: {
|
||||||
username: 'Please enter a username',
|
username: 'Please enter a username',
|
||||||
|
|
|
@ -122,7 +122,7 @@ export default {
|
||||||
warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作',
|
warnning: '注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作',
|
||||||
codeInput: '请输入 MFA 验证器的 6 位验证码',
|
codeInput: '请输入 MFA 验证器的 6 位验证码',
|
||||||
mfaTitle: 'MFA认证',
|
mfaTitle: 'MFA认证',
|
||||||
title: '现代化、开源的 Linux 服务器运维管理面板',
|
title: 'Linux 服务器运维管理面板',
|
||||||
},
|
},
|
||||||
rule: {
|
rule: {
|
||||||
username: '请输入用户名',
|
username: '请输入用户名',
|
||||||
|
|
Loading…
Add table
Reference in a new issue