优化登录页大背景图片文件,加快页面加载 (#660)

* update:优化说明文档

* update:优化登录页大背景图片文件,加快页面加载
This commit is contained in:
hrz
2025-04-03 17:40:53 +08:00
committed by GitHub
parent 4553188739
commit b042a34726
20 changed files with 39 additions and 141 deletions
+4 -1
View File
@@ -8,6 +8,9 @@
<img loading="lazy" alt="" src="@/assets/xiaozhi-ai.png" style="width: 70px;height: 13px;"/>
</div>
</el-header>
<div class="login-person">
<img loading="lazy" alt="" src="@/assets/login/login-person.png" style="width: 100%;"/>
</div>
<el-main style="position: relative;">
<div class="login-box" @keyup.enter="login">
<div
@@ -54,7 +57,7 @@
</div>
</el-main>
<el-footer>
<div style="font-size: 12px;font-weight: 400;color: #979db1;">
<div class="copyright">
©2025 xiaozhi-esp32-server
</div>
</el-footer>