mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
feat: 添加Tavre Blog到友链列表
This commit is contained in:
@@ -306,6 +306,13 @@ import { Icon } from "astro-icon/components";
|
||||
</div>
|
||||
<div class="text-sm text-black/50 dark:text-white/50">Create things with love.</div>
|
||||
</a>
|
||||
<a href="https://blog.tsd.my" target="_blank" class="friend-card">
|
||||
<div class="flex items-center gap-2">
|
||||
<img src="https://q1.qlogo.cn/g?b=qq&nk=2987304764&s=640" class="w-5 h-5 rounded"/>
|
||||
<div class="font-bold text-black dark:text-white">Tavre Blog</div>
|
||||
</div>
|
||||
<div class="text-sm text-black/50 dark:text-white/50">Tavre的个人技术记录博客</div>
|
||||
</a>
|
||||
<a href="https://blog.sakura.ink" target="_blank" class="friend-card">
|
||||
<div class="flex items-center gap-2">
|
||||
<img src="https://blog.sakura.ink/_astro/avatar.B8d6PP-N_2a0uDN.webp" class="w-5 h-5 rounded"/>
|
||||
|
||||
Reference in New Issue
Block a user