chore: update docs

This commit is contained in:
Jacky 2025-04-10 20:47:15 +08:00
parent 8fbb0d9fa7
commit 9b9f6137ab
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
8 changed files with 29 additions and 5 deletions

View file

@ -22,6 +22,14 @@ const members = [
{ icon: { svg: blogIcon }, link: 'https://blog.kugeek.com' }
]
},
{
avatar: 'https://www.github.com/akinoccc.png',
name: 'Akino',
title: 'Developer',
links: [
{ icon: 'github', link: 'https://github.com/akinoccc' }
]
},
]
</script>

View file

@ -22,6 +22,14 @@ const members = [
{ icon: { svg: blogIcon }, link: 'https://blog.kugeek.com' }
]
},
{
avatar: 'https://www.github.com/akinoccc.png',
name: 'Akino',
title: '开发者',
links: [
{ icon: 'github', link: 'https://github.com/akinoccc' }
]
},
]
</script>

View file

@ -22,6 +22,14 @@ const members = [
{ icon: { svg: blogIcon }, link: 'https://blog.kugeek.com' }
]
},
{
avatar: 'https://www.github.com/akinoccc.png',
name: 'Akino',
title: '開發者',
links: [
{ icon: 'github', link: 'https://github.com/akinoccc' }
]
},
]
</script>