mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +08:00
feat(social-list): 更新社交链接列表
- 移除Bilibili链接 - 更新YouTube链接 - 添加RSS链接 此次修改更新了社交链接列表,移除了不再使用的Bilibili链接,更新了YouTube链接,并添加了RSS链接。
This commit is contained in:
@ -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",
|
||||
},
|
||||
];
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user