fix: 更新背景图片URL并优化背景加载逻辑
移除未使用的分析脚本和广告代码 恢复背景图片加载检测功能 简化背景样式并移除冗余代码
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user