Skip to content

Commit 02c675b

Browse files
committed
download/index: 使用 WebP 压缩 WSL 背景
1 parent cca240c commit 02c675b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-376 KB
Binary file not shown.
137 KB
Binary file not shown.

src/pages/download/Index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ function getNewVersioArch(arch) {
401401
}
402402
.wsl-container {
403403
background: linear-gradient(90deg, #b7e4fc, 75%, transparent),
404-
url("/assets/backgrounds/aosc-os-wsl.jpg");
404+
url("/assets/backgrounds/aosc-os-wsl.webp");
405405
background-color: #000;
406406
background-position-x: 0%, 30rem;
407407
background-size: 100%, 50rem;

0 commit comments

Comments
 (0)