Skip to content

Commit dc5fd21

Browse files
committed
添加贡献者
1 parent e920f91 commit dc5fd21

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

docs/.vitepress/theme/components/TeamCard.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default {
2323
"system-linux-cmb(应用测试)",
2424
"本新同学(响应式前端页面设计及维护&文档)",
2525
"叶背影(创意&文档)",
26-
"Jursin(前端页面设计&文档)"
26+
"Jursin(前端页面设计&文档)",
27+
"chenjintang(维护)"
2728
];
2829
this.setupTypingEffect('typing-text', 'cursor', texts)
2930
}

docs/public/Cloudreve.png

-6.78 KB
Binary file not shown.

docs/public/cjt.jpg

34.7 KB
Loading

docs/public/lzy.jpg

101 KB
Loading

docs/public/恩情.jpg

-32.2 KB
Binary file not shown.

docs/team.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { VPTeamMembers } from 'vitepress/theme'
99

1010
const members = [
1111
{
12-
avatar: '恩情.jpg',
12+
avatar: 'lzy.jpg',
1313
name: '黎泽懿 Aionflux',
1414
title: '设计 & 创意 & 策划 & 维护 & 文档 & 测试',
1515
links: [
@@ -49,7 +49,7 @@ const members = [
4949
{
5050
avatar: 'yby.jpg',
5151
name: '叶背影',
52-
title: '创意&文档',
52+
title: '创意 & 文档',
5353
links: [
5454
{ icon: 'github', link: 'https://github.com/LeafS825' },
5555
{ icon: 'bilibili', link: 'https://space.bilibili.com/1762621716' }
@@ -62,6 +62,14 @@ const members = [
6262
links: [
6363
{ icon: 'github', link: 'https://github.com/jursin' }
6464
]
65+
},
66+
{
67+
avatar: 'cjt.jpg',
68+
name: 'chenjintang',
69+
title: '维护',
70+
links: [
71+
{ icon: 'github', link: 'https://github.com/chenjintang-shrimp' }
72+
]
6573
}
6674
]
6775
</script>

0 commit comments

Comments
 (0)