fix: 更新背景图片URL并优化背景加载逻辑

移除未使用的分析脚本和广告代码
恢复背景图片加载检测功能
简化背景样式并移除冗余代码
This commit is contained in:
lirui
2026-01-16 22:41:22 +08:00
parent 6fe5592c2c
commit 6e6001e3cd
2 changed files with 45 additions and 50 deletions

View File

@@ -35,7 +35,7 @@ export const siteConfig: SiteConfig = {
},
background: {
enable: true, // Enable background image
src: "https://t.alcy.cc/acg", // Background image URL (supports HTTPS)
src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS)
position: "center", // Background position: 'top', 'center', 'bottom'
size: "cover", // Background size: 'cover', 'contain', 'auto'
repeat: "no-repeat", // Background repeat: 'no-repeat', 'repeat', 'repeat-x', 'repeat-y'