mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
fix(config): 更新背景图片的URL地址
将背景图片的URL从旧域名更新为新域名,确保图片能够正常加载
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user