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
+18 -2
View File
@@ -88,11 +88,27 @@ import { Icon } from "astro-icon/components";
<a href="https://blog.mckero.com" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://tuchuang.mckero.top/OIP.jpeg" loading="lazy" class="w-5 h-5 rounded">
<img src="https://tuchuang.mckero.top/OIP.jpeg" loading="lazy" class="w-5 h-5 rounded">
<div class="font-bold text-black dark:text-white">MC_Kero的 blog</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">依稀当年泪目干!</div>
</a>
<a href="https://icp.redcha.cn" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://icp.redcha.cn/favicon.ico" loading="lazy" class="w-5 h-5 rounded">
<div class="font-bold text-black dark:text-white">茶备案</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">茶备案致力于打造一个经典的互联网同盟会,希望可以和站长朋友们一起学习交流</div>
</a>
<a href="https://icp.gov.moe" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://icp.gov.moe/images/ico64.png" loading="lazy" class="w-5 h-5 rounded">
<div class="font-bold text-black dark:text-white">萌国ICP备案</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">嗯,你没看错,这是萌国的ICP备案。萌国在哪呢,听某萌主说,好像是个异次元上的国度。萌主就爱给人组cp,俗称icp我们说的是萌国ICP备案,号称萌ICP备,简称萌备</div>
</a>
</div>
<!-- 申请友链 -->
@@ -102,7 +118,7 @@ import { Icon } from "astro-icon/components";
将您的网站加入本站友链
</h2>
<p class="text-sm text-black/60 dark:text-white/60">
请自行提交 Issue <a target="_blank" href="https://github.com/Ad-closeNN/blog-friends/issues/new?title=%E5%8F%8B%E9%93%BE%E7%94%B3%E8%AF%B7%EF%BC%9A" class="transition link text-[var(--primary)] font-medium underline">点击这里提交</a>
请自行提交 Issue <a target="_blank" href="https://github.com/Ad-closeNN/blog-friends/issues/new?title=%E5%8F%8B%E9%93%BE%E7%94%B3%E8%AF%B7%EF%BC%9A" class="transition link text-[var(--primary)] font-medium">点击这里提交</a>
</p>
<br>
</div>