From 3034f1ac34a38e84d10ff2cbe5cb8ff2d3c89c68 Mon Sep 17 00:00:00 2001
From: Ad-closeNN <1709301095@qq.com>
Date: Sun, 31 Aug 2025 14:34:21 +0800
Subject: [PATCH] =?UTF-8?q?docs(pages):=20=E4=B8=BA=20Astro=20=E5=8A=A0?=
=?UTF-8?q?=E4=B8=8A=E5=9C=A8=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5=E6=89=93?=
=?UTF-8?q?=E5=BC=80=E9=93=BE=E6=8E=A5=E7=9A=84=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
2. del(music): 删除音乐:在银河中孤独摇摆
3. fix(config): 简单修复即使 background 为关闭时依然加载背景图片的问题
4. chore(friends): 加入新的友链
5. style(friends): 优化友情链接页面的样式
6. style(footer): 修改 footer 页脚文本
7. fix(css): 修复复制按钮无法显示的问题
---
src/components/Footer.astro | 2 +-
src/components/widget/Profile.astro | 41 +--
src/config.ts | 2 +-
.../assets/images/chrome-newtab-blogbing.png | Bin 0 -> 3824 bytes
.../images/newtab-link-npm-plugin-info-1.png | Bin 0 -> 73719 bytes
.../images/newtab-link-npm-plugin-info-2.png | Bin 0 -> 85291 bytes
src/content/posts/newtab_link.md | 244 ++++++++++++++++++
src/pages/friends.astro | 20 +-
src/styles/markdown.css | 44 +++-
9 files changed, 300 insertions(+), 53 deletions(-)
create mode 100644 src/content/assets/images/chrome-newtab-blogbing.png
create mode 100644 src/content/assets/images/newtab-link-npm-plugin-info-1.png
create mode 100644 src/content/assets/images/newtab-link-npm-plugin-info-2.png
create mode 100644 src/content/posts/newtab_link.md
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 92fc1a8..88d9112 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -15,7 +15,7 @@ const currentYear = new Date().getFullYear();
萌ICP备20256087号
- © {currentYear} {profileConfig.name}. All Rights Reserved.
+ © 2025-present {profileConfig.name}. 博客代码 已开源
RSS /
Sitemap
diff --git a/src/components/widget/Profile.astro b/src/components/widget/Profile.astro
index d9bb014..a3851c9 100644
--- a/src/components/widget/Profile.astro
+++ b/src/components/widget/Profile.astro
@@ -63,49 +63,10 @@ const config = profileConfig;
-
-