feat(social-list): 更新社交链接列表

- 移除Bilibili链接
- 更新YouTube链接
- 添加RSS链接

此次修改更新了社交链接列表,移除了不再使用的Bilibili链接,更新了YouTube链接,并添加了RSS链接。
This commit is contained in:
KazooTTT
2025-04-07 13:12:54 +08:00
parent 827e6eeadf
commit 0a72b399ce

View File

@ -27,14 +27,9 @@ const socialLinks: {
link: "https://x.com/kazoottt",
name: "mdi:twitter",
},
{
friendlyName: "Bilibili",
link: "https://space.bilibili.com/391236013",
name: "mdi:video",
},
{
friendlyName: "YouTube",
link: "https://www.youtube.com/@kazoottt4718",
link: "https://www.youtube.com/@kazoottt255",
name: "mdi:youtube",
},
{
@ -47,6 +42,11 @@ const socialLinks: {
link: "https://bento.me/KazooTTT",
name: "mdi:open-in-new",
},
{
friendlyName: "rss",
link: "https://blog.kazoottt.top/rss.xml",
name: "mdi:rss-box",
},
];
---