mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 18:51:31 +08:00
feat: links update
This commit is contained in:
@ -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>
|
||||
|
@ -46,6 +46,13 @@ const PRODUCTIVITY = [
|
||||
]
|
||||
|
||||
const DEVELOPMENT = [
|
||||
{
|
||||
name: 'Cursor',
|
||||
description: 'IDE',
|
||||
href: 'https://www.cursor.com/',
|
||||
iconPath: 'cursor',
|
||||
iconBgColour: '#2C2C32'
|
||||
},
|
||||
{
|
||||
name: 'VS Code',
|
||||
description: 'IDE',
|
||||
@ -59,6 +66,12 @@ const DEVELOPMENT = [
|
||||
href: 'https://chat.openai.com/',
|
||||
iconPath: 'chatgpt',
|
||||
iconBgColour: '#06A67F'
|
||||
},
|
||||
{
|
||||
name: 'Claude',
|
||||
description: 'AI',
|
||||
href: 'https://claude.ai/',
|
||||
iconBgColour: '#06A67F'
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user