docs(pages): 为 Astro 加上在新标签页打开链接的功能

2. del(music): 删除音乐:在银河中孤独摇摆
3. fix(config): 简单修复即使 background 为关闭时依然加载背景图片的问题
4. chore(friends): 加入新的友链
5. style(friends): 优化友情链接页面的样式
6. style(footer): 修改 footer 页脚文本
7. fix(css): 修复复制按钮无法显示的问题
This commit is contained in:
Ad-closeNN
2025-08-31 14:34:21 +08:00
parent 29102fc51b
commit 3034f1ac34
9 changed files with 300 additions and 53 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export const siteConfig: SiteConfig = {
background: {
enable: false, // Enable background image
//src: "https://eo-pic.2x.nz/h", // Background image URL (supports HTTPS)
src: "https://bing.ee123.net/img", // Bing daily theme
src: "", // Bing daily theme
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'