51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
---
|
|
layout: page
|
|
---
|
|
|
|
<script setup>
|
|
import { VPTeamPage, VPTeamPageTitle, VPTeamMembers } from 'vitepress/theme';
|
|
|
|
const contributors = [
|
|
{
|
|
avatar: 'https://pic1.zhimg.com/v2-b4251de7d2499e942c7ebf447a90d2eb_xll.jpg?source=32738c0c',
|
|
name: 'LSTM-Kirigaya (锦恢)',
|
|
title: 'Creator & Developer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/LSTM-Kirigaya' },
|
|
{ icon: 'zhihu', link: 'https://www.zhihu.com/people/can-meng-zhong-de-che-xian' },
|
|
{ icon: 'bilibili', link: 'https://space.bilibili.com/434469188?spm_id_from=333.1007.0.0' },
|
|
{ icon: 'blog', link: 'https://kirigaya.cn/home' },
|
|
]
|
|
},
|
|
{
|
|
avatar: 'https://avatars.githubusercontent.com/u/55867654?v=4',
|
|
name: 'PeaceSheep',
|
|
title: 'Creator & Developer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/li1553770945' },
|
|
{ icon: 'blog', link: 'https://peacesheep.xyz' },
|
|
]
|
|
},
|
|
{
|
|
avatar: 'https://avatars.githubusercontent.com/u/8943691?v=4',
|
|
name: 'appli456',
|
|
title: 'Developer',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/appli456' },
|
|
]
|
|
},
|
|
{
|
|
avatar: 'https://avatars.githubusercontent.com/u/115577936?v=4',
|
|
name: 'AmeSoraQwQ (AmeZora)',
|
|
title: 'Creator & Operation',
|
|
links: [
|
|
{ icon: 'bilibili', link: 'https://b23.tv/bqflzuJ' },
|
|
{ icon: 'github', link: 'https://github.com/ArcStellar2025' },
|
|
]
|
|
},
|
|
]
|
|
</script>
|
|
|
|
<Contributors
|
|
:contributors="contributors"
|
|
/> |