feat: 取消打包图片压缩

This commit is contained in:
landaiqing
2024-06-25 11:01:36 +08:00
parent 0cba84266a
commit 3628e95674
10 changed files with 285 additions and 1262 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 MiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -28,6 +28,6 @@
}
body {
background-image: url("@/assets/images/background.png");
background-image: url("@/assets/images/background.png") ;
background-size: cover;
}