feat: 更新友链页面使用本地favicon图标

替换友链页面中两个网站的头像链接为本地存储的favicon图标,提升加载速度和可靠性
This commit is contained in:
afoim
2025-07-06 10:32:25 +08:00
parent 446f18c901
commit c66e07606b
3 changed files with 2 additions and 2 deletions

BIN
public/favicon/nodeseek.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
public/favicon/yurn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB

View File

@@ -98,7 +98,7 @@ import { Icon } from "astro-icon/components";
</a>
<a href="https://nyayurin.github.io/Yutori-Docs/" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://avatars-githubusercontent-com.072103.xyz/u/132195516?s=48&v=4" alt="Compose Web" class="w-5 h-5 rounded"/>
<img src="/favicon/yurn.png" alt="Compose Web" class="w-5 h-5 rounded"/>
<div class="font-bold text-black dark:text-white">非常酷的Kotlin Compose Web WASM 全Canvas网站</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">https://nyayurin.github.io/Yutori-Docs/</div>
@@ -126,7 +126,7 @@ import { Icon } from "astro-icon/components";
</a>
<a href="https://www.nodeseek.com" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://www.nodeseek.com/static/image/favicon/android-chrome-512x512.png" alt="NodeSeek" class="w-5 h-5 rounded"/>
<img src="/favicon/nodeseek.png" alt="NodeSeek" class="w-5 h-5 rounded"/>
<div class="font-bold text-black dark:text-white">NodeSeek</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">https://www.nodeseek.com</div>