refactor(background): 简化背景功能为静态图片

动态背景切换功能因效果不佳暂时移除。本次重构将背景实现简化为仅支持单张静态图片
This commit is contained in:
Montia37
2025-08-15 05:19:39 +08:00
parent 2e4f2a8a98
commit e74611b947
7 changed files with 29 additions and 99 deletions

View File

@@ -81,7 +81,7 @@
--frosted-border-light: rgba(255, 255, 255, 0.2);
--body-background-url: url("");
--body-background-transition: background-image 0.8s ease-in-out;
/* --body-background-transition: background-image 0.8s ease-in-out; */
}
.dark {
@@ -145,7 +145,7 @@ body::before {
height: 100%;
z-index: -1;
background: var(--body-background-url) center/cover no-repeat;
transition: var(--body-background-transition);
/* transition: var(--body-background-transition); */
}
.striped-bg-red-translucent-diagonal {