Skip to content

Commit 4d7156f

Browse files
authored
Merge pull request #37 from ChenJiaHua1/patch-7
Update businessData.ts
2 parents 6560256 + e068390 commit 4d7156f

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

src/.vuepress/components/businessCard/businessData.ts

+30-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,36 @@ class Team {
1414

1515
export const teams: Map<string, Team[]> = new Map([
1616
[
17-
'现在的',
17+
'2023',
18+
[
19+
{
20+
githubName: 'ChenJiaHua1',
21+
name: 'ChenJiaHua1',
22+
jobTitle: '社长',
23+
introduce: 'tryBetter_花有重开日 人无再少年'
24+
},
25+
{
26+
githubName: 'letusdoit2050',
27+
jobTitle: '学习部',
28+
name: 'letusdoit2050',
29+
introduce: '好好学习,天天向上'
30+
},
31+
{
32+
githubName:'HH123483587',
33+
name:'HH123483587',
34+
jobTitle:'副社长',
35+
introduce:'他是个懒狗'
36+
},
37+
{
38+
githubName:'H-guiwa',
39+
name:'H-guiwa',
40+
jobTitle:'硬件部',
41+
introduce:'螺丝鬼娃'
42+
}
43+
]
44+
],
45+
[
46+
'2022',
1847
[
1948
{
2049
githubName: 'guanzitao',

0 commit comments

Comments
 (0)