fix(config): 更新背景图片URL为备用链接
将背景图片URL从原链接切换为备用链接,确保背景图片能够正常显示
This commit is contained in:
@@ -35,8 +35,8 @@ export const siteConfig: SiteConfig = {
|
|||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
enable: true, // Enable background image
|
enable: true, // Enable background image
|
||||||
src: "https://riscv-nas.acetaffy.top/random?type=horizontal",
|
// src: "https://riscv-nas.acetaffy.top/random?type=horizontal",
|
||||||
// src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS)
|
src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS)
|
||||||
position: "center", // Background position: 'top', 'center', 'bottom'
|
position: "center", // Background position: 'top', 'center', 'bottom'
|
||||||
size: "cover", // Background size: 'cover', 'contain', 'auto'
|
size: "cover", // Background size: 'cover', 'contain', 'auto'
|
||||||
repeat: "no-repeat", // Background repeat: 'no-repeat', 'repeat', 'repeat-x', 'repeat-y'
|
repeat: "no-repeat", // Background repeat: 'no-repeat', 'repeat', 'repeat-x', 'repeat-y'
|
||||||
|
|||||||
Reference in New Issue
Block a user