feat: links update

This commit is contained in:
KazooTTT
2024-10-17 13:08:13 +08:00
parent 5b6bd29c15
commit c4a18a6d69
7 changed files with 44 additions and 3 deletions

View File

@ -48,6 +48,12 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
<Label title='twitter' as='a' href='https://x.com/KazooTTT' target='_blank'>
<Icon name='twitter' slot='icon' />
</Label>
<Label title='photo' as='a' href='https://unsplash.com/@kazoottt' target='_blank'>
<Icon name='round-photo' slot='icon' />
</Label>
<Label title='notes' as='a' href='https://notes.kazoottt.top/' target='_blank'>
<Icon name='link' slot='icon' />
</Label>
<Label title='汇总' as='a' href='https://bento.me/KazooTTT' target='_blank'>
<Icon name='link' slot='icon' />
</Label>