Skip to content

Commit e038c87

Browse files
committed
download/index: 添加安同 OS 和星霞 OS 的背景
1 parent 29d979f commit e038c87

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
87.1 KB
Binary file not shown.
88.2 KB
Binary file not shown.

src/pages/download/Index.vue

+14-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function getNewVersioArch(arch) {
161161
<category-second title="系统下载" />
162162
<div class="flex flex-col flex-1">
163163
<div class="flex flex-row">
164-
<div class="flex flex-row w-[47%] justify-around bg-white px-[1rem]">
164+
<div class="aosc-os-container flex flex-row w-[47%] justify-around bg-white px-[1rem]">
165165
<div class="pt-[4.5rem] min-w-[96px] w-[30%]">
166166
<img src="/assets/download/aosc-os-web.svg" style="width: 150px" />
167167
</div>
@@ -359,6 +359,9 @@ function getNewVersioArch(arch) {
359359
}
360360
361361
.afterglow {
362+
background: linear-gradient(90deg, rgb(0 0 0 / 65%), 100%, transparent),
363+
url(/assets/backgrounds/afterglow.webp);
364+
background-size: cover;
362365
background-color: black;
363366
width: 53%;
364367
display: flex;
@@ -394,11 +397,21 @@ function getNewVersioArch(arch) {
394397
margin-top: 1em;
395398
}
396399
400+
.aosc-os-container {
401+
background: linear-gradient(90deg, rgb(255 255 255 / 40%), 100%, transparent),
402+
url(/assets/backgrounds/aosc-os.webp);
403+
background-size: cover;
404+
}
405+
406+
.afterglow-container {
407+
}
408+
397409
.livekit-container {
398410
background: linear-gradient(90deg, #f6d5ac, 75%, transparent),
399411
url("/assets/backgrounds/livekit.jpg");
400412
background-position-x: 0%, 100%;
401413
}
414+
402415
.wsl-container {
403416
background: linear-gradient(90deg, #b7e4fc, 75%, transparent),
404417
url("/assets/backgrounds/aosc-os-wsl.webp");

0 commit comments

Comments
 (0)