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: "放弃个性,就和死了没什么区别", + }, ]; ---