feat: Add edgeyu to friends list

This commit is contained in:
KazooTTT
2025-02-11 15:29:29 +08:00
parent 513808f4c5
commit 1cb0eb3302

View File

@ -42,6 +42,7 @@ const friends: { name: string; url: string; description?: string }[] = [
name: "Seyee's Blog", name: "Seyee's Blog",
url: "https://seyee.co/", url: "https://seyee.co/",
}, },
{ name: "edgeyu", url: "https://edgeyu.top/" },
]; ];
--- ---