From 1e1ee14d1236870530a93b002368142c5b47370d Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 11 Aug 2026 09:33:50 +0000 Subject: [PATCH] =?UTF-8?q?add:=20=E7=B1=B3=E9=9C=B2=E5=B0=8F=E7=AA=9D?= =?UTF-8?q?=E5=8F=8B=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/links.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/links.astro b/src/pages/links.astro index 821826d..37b58d3 100644 --- a/src/pages/links.astro +++ b/src/pages/links.astro @@ -24,6 +24,12 @@ const links: FriendLink[] = [ avatar: "https://www.lxhtt.cn/img/avatar.webp", desc: "活着就是为了改变世界", }, + { + name: "米露小窝", + url: "https://milu.ink", + avatar: "https://upy.milu.ink/avatar/1080.png", + desc: "放弃个性,就和死了没什么区别", + }, ]; ---