fix(config): 更新背景图片URL为备用链接

将背景图片URL从原链接切换为备用链接,确保背景图片能够正常显示
This commit is contained in:
2026-01-19 23:05:57 +08:00
parent 6af1909aab
commit e0614e1740

View File

@@ -35,8 +35,8 @@ export const siteConfig: SiteConfig = {
},
background: {
enable: true, // Enable background image
src: "https://riscv-nas.acetaffy.top/random?type=horizontal",
// src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS)
// src: "https://riscv-nas.acetaffy.top/random?type=horizontal",
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'