主页背景图修改
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 1m24s

This commit is contained in:
2026-01-08 04:37:27 +00:00
parent c47696e770
commit 18790f5d73
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@@ -8,9 +8,9 @@ export const backgroundWallpaper: BackgroundWallpaperConfig = {
// 背景图片配置 // 背景图片配置
src: { src: {
// 桌面背景图片 // 桌面背景图片
desktop: "", desktop: "/assets/images/home.jpg",
// 移动背景图片 // 移动背景图片
mobile: "", mobile: "/assets/images/home.jpg",
}, },
// Banner模式特有配置 // Banner模式特有配置
banner: { banner: {