feat: 初始化项目

This commit is contained in:
anonymous
2025-01-28 10:55:29 +08:00
parent 1e1011b317
commit 6474bfcfba
50 changed files with 838 additions and 520 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ onLoad(() => {
.login-container {
box-sizing: border-box;
min-height: 100vh;
background-image: url('@/static/images/login-bg.png');
background-image: url('@/static/images/login-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}