feat: 启用背景图片功能

This commit is contained in:
二叉树树
2025-12-28 15:22:52 +08:00
parent d43f929d20
commit ba42bf30e5

View File

@@ -36,7 +36,7 @@ export const siteConfig: SiteConfig = {
}, },
}, },
background: { background: {
enable: false, // Enable background image enable: true, // Enable background image
src: "", // Background image URL (supports HTTPS) src: "", // 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'