Skip to content

Commit 06eae17

Browse files
authored
chore: add contributors part in doc page (#48)
1 parent 35b955d commit 06eae17

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

docs/index.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,46 @@ hero:
1313
text: API documents
1414
link: /api-documents
1515
---
16+
17+
<script setup>
18+
import { VPTeamMembers } from 'vitepress/theme'
19+
20+
const members = [
21+
{
22+
avatar: 'https://www.github.com/HerrCai0907.png',
23+
name: '蔡聪聪<HerrCai0907>',
24+
title: 'Creator',
25+
links: [
26+
{ icon: 'github', link: 'https://github.com/HerrCai0907' },
27+
]
28+
},
29+
{
30+
avatar: 'https://www.github.com/XMadrid.png',
31+
name: 'XMadrid',
32+
title: 'Creator',
33+
links: [
34+
{ icon: 'github', link: 'https://github.com/XMadrid' },
35+
]
36+
},
37+
{
38+
avatar: 'https://www.github.com/JesseCodeBones.png',
39+
name: 'JesseCodeBones',
40+
title: 'Creator',
41+
links: [
42+
{ icon: 'github', link: 'https://github.com/JesseCodeBones' },
43+
]
44+
},
45+
{
46+
avatar: 'https://www.github.com/xpirad.png',
47+
name: 'xpirad',
48+
title: 'Contributor',
49+
links: [
50+
{ icon: 'github', link: 'https://github.com/xpirad' },
51+
]
52+
},
53+
]
54+
</script>
55+
56+
## Contributors
57+
58+
<VPTeamMembers size="small" :members />

0 commit comments

Comments
 (0)