mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
feat(友链): 新增三个友链并更新兼容日期
新增MC_Kero博客、石墨烯积木个人博客和Aliom个人博客三个友链 更新wrangler.jsonc中的compatibility_date至2025-08-11
This commit is contained in:
@@ -418,6 +418,27 @@ 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">
|
||||
<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://bailanwa.dpdns.org" target="_blank" class="friend-card">
|
||||
<div class="flex items-center gap-2">
|
||||
<img src="https://avatars.githubusercontent.com/u/182760295?v=4" loading="lazy" class="w-5 h-5 rounded">
|
||||
<div class="font-bold text-black dark:text-white">Aliom的个人博客</div>
|
||||
</div>
|
||||
<div class="text-sm text-black/50 dark:text-white/50">Aliom的线上小窝</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- 申请友链 -->
|
||||
@@ -439,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 -->
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "fuwari",
|
||||
"compatibility_date": "2025-06-04",
|
||||
"compatibility_date": "2025-08-11",
|
||||
"assets": {
|
||||
"directory": "./dist"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user