fix(config): 更新背景图片的URL地址

将背景图片的URL从旧域名更新为新域名,确保图片能够正常加载
This commit is contained in:
二叉树树
2025-10-11 19:56:15 +08:00
parent 4112bb23f1
commit 8fd0558957

View File

@@ -37,7 +37,7 @@ export const siteConfig: SiteConfig = {
},
background: {
enable: true, // Enable background image
src: "https://eopageapi.2x.nz/pic?img=ua", // Background image URL (supports HTTPS)
src: "https://eopfapi.2b2x.cn/pic?img=ua", // 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'