mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
feat: 更新友链页面使用本地favicon图标
替换友链页面中两个网站的头像链接为本地存储的favicon图标,提升加载速度和可靠性
This commit is contained in:
BIN
public/favicon/nodeseek.png
Normal file
BIN
public/favicon/nodeseek.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
public/favicon/yurn.png
Normal file
BIN
public/favicon/yurn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 431 KiB |
@@ -98,7 +98,7 @@ import { Icon } from "astro-icon/components";
|
|||||||
</a>
|
</a>
|
||||||
<a href="https://nyayurin.github.io/Yutori-Docs/" target="_blank" class="friend-card">
|
<a href="https://nyayurin.github.io/Yutori-Docs/" target="_blank" class="friend-card">
|
||||||
<div class="flex items-center gap-2">
|
<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 class="font-bold text-black dark:text-white">非常酷的Kotlin Compose Web WASM 全Canvas网站</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm text-black/50 dark:text-white/50">https://nyayurin.github.io/Yutori-Docs/</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>
|
||||||
<a href="https://www.nodeseek.com" target="_blank" class="friend-card">
|
<a href="https://www.nodeseek.com" target="_blank" class="friend-card">
|
||||||
<div class="flex items-center gap-2">
|
<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 class="font-bold text-black dark:text-white">NodeSeek</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm text-black/50 dark:text-white/50">https://www.nodeseek.com</div>
|
<div class="text-sm text-black/50 dark:text-white/50">https://www.nodeseek.com</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user