File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 13
13
text : API documents
14
14
link : /api-documents
15
15
---
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 />
You can’t perform that action at this time.
0 commit comments