Merge pull request #35 from MCKero6423/patch-1

添加一条友链:“MC_Kero 的博客”
This commit is contained in:
二叉树树
2025-08-13 14:48:31 +08:00
committed by GitHub

View File

@@ -418,6 +418,13 @@ import { Icon } from "astro-icon/components";
</div>
<div class="text-sm text-black/50 dark:text-white/50">Ad_closeNN 的小站,时不时会刷新一些野生东西 | ✨ 欢迎友链,祝大家天天开心! ✨</div>
</a>
<a href="https://blog.mckero.com" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://pub-3f1fec3195b64bb4974955567a77da00.r2.dev/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">MC_Kero的博客</div>
</a>
<a href="https://www.shimoxi.qzz.io/" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://cdn.jsdelivr.net/gh/shimoxi123/img/img/6894b49f58cb8da5c80fd8e5.webp" loading="lazy" class="w-5 h-5 rounded">
@@ -453,3 +460,4 @@ import { Icon } from "astro-icon/components";
@apply flex flex-col gap-1 p-4 rounded-lg bg-[var(--card-bg)] hover:bg-black/5 dark:hover:bg-white/5 transition;
}
</style>
<!-- 触发Vercel Pr -->