mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-19 11:59:21 +08:00
refactor(background): 简化背景功能为静态图片
动态背景切换功能因效果不佳暂时移除。本次重构将背景实现简化为仅支持单张静态图片
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const BACKGROUND = {
|
||||
backgroundImage: "https://i.yon.li/w/682f73d97eade.png",
|
||||
switchTime: 10, // 10 seconds
|
||||
transition: "background-image 0.8s ease-in-out", // CSS transition for background change
|
||||
backgroundImage: "",
|
||||
// switchTime: 10, // 10 seconds
|
||||
// transition: "background-image 0.8s ease-in-out", // CSS transition for background change
|
||||
};
|
||||
|
Reference in New Issue
Block a user