@@ -9,15 +9,26 @@ import {
99 VPTeamPageSection
1010} from ' vitepress/theme'
1111
12+ import * as icons from ' /.vitepress/theme/icons.js' ;
13+
1214const hqLeaders = [
13- { avatar: ' /about/hq/2024/茂桑.jpeg' , name: ' 茂桑' , title: ' 社长' },
15+ { avatar: ' /about/hq/2024/茂桑.jpeg' , name: ' 茂桑' , title: ' 社长' ,
16+ desc: ' 希望你们能在漫协找到二次元最初的快乐'
17+ },
1418 { avatar: ' /about/hq/2024/纱月Satsuki.jpeg' , name: ' 纱月Satsuki' , title: ' 指导老师' },
1519];
1620
1721const vaMembers = [
18- { avatar: ' /about/hq/2024/-QuQ-.jpeg' , name: ' -QuQ-' , title: ' 部长' , links: [ { icon: ' github' , link: ' https://github.com/shenxianovo' } ] },
19- { avatar: ' /about/hq/2024/西加尔.jpeg' , name: ' 西加尔' , title: ' 歌姬组组长' },
20- { avatar: ' /about/hq/2024/scapino.jpeg' , name: ' scapino' , title: ' 配音组组长' },
22+ { avatar: ' /about/hq/2024/-QuQ-.jpeg' , name: ' -QuQ-' , title: ' 部长' ,
23+ links: [
24+ { icon: ' github' , link: ' https://github.com/shenxianovo' , },
25+ { icon: { svg: icons .bilibili }, link: ' https://space.bilibili.com/446305918' }
26+ ],
27+ desc: ' 我恨断代!我恨断代!!我恨断代!!!'
28+ },
29+ { avatar: ' /about/hq/2024/西加尔.jpeg' , name: ' 西加尔' , title: ' 歌姬组组长' , desc: ' 祝大家天天开心'
30+ },
31+ { avatar: ' /about/hq/2024/scapino.jpeg' , name: ' scapino' , title: ' 配音组组长' , desc: ' 关注配音组谢谢喵' },
2132];
2233
2334const bandMembers = [
@@ -26,13 +37,26 @@ const bandMembers = [
2637
2738const darkMembers = [
2839 { avatar: ' /about/hq/2024/storm.jpeg' , name: ' storm' , title: ' 部长' },
29- { avatar: ' /about/hq/2024/wweiyi.jpeg' , name: ' wweiyi' , title: ' 外联组组长' },
30- { avatar: ' /about/hq/2024/风又千夜.jpeg' , name: ' 风又千夜' , title: ' 秘书组组长' },
40+ { avatar: ' /about/hq/2024/wweiyi.jpeg' , name: ' wweiyi' , title: ' 外联组组长' ,
41+ links: [
42+ { icon: ' github' , link: ' https://github.com/wweiyi2004' , },
43+ { icon: { svg: icons .bilibili }, link: ' https://space.bilibili.com/396966752' },
44+ { icon: { svg: icons .bangumi }, link: ' https://chii.in/user/wweiyi' },
45+ { icon: { svg: icons .blog }, link: ' https://wweiyi2004.github.io/' },
46+ ],
47+ desc: ' 爆裂魔法是艺术,是浪漫,是把不可能变为可能!'
48+ },
49+ { avatar: ' http://q.qlogo.cn/headimg_dl?dst_uin=3174609292&spec=640&img_type=jpg' , name: ' 风又千夜' , title: ' 秘书组组长' ,
50+ links: [
51+ { icon: { svg: icons .bilibili }, link: ' https://space.bilibili.com/608314572' },
52+ ],
53+ desc: ' The happiness and precious days begins from here.'
54+ },
3155];
3256
3357const cosMembers = [
34- { avatar: ' /about/hq/2024/yy.png' , name: ' YY' , title: ' 部长' },
35- { avatar: ' /about/hq/2024/埃兰伊亚-Elenia.jpeg ' , name: ' 埃兰伊亚-Elenia' , title: ' 副部长' },
58+ { avatar: ' /about/hq/2024/yy.png' , name: ' YY' , title: ' 部长' , desc : ' easy come, easy go. ' },
59+ { avatar: ' http://q.qlogo.cn/headimg_dl?dst_uin=2652573036&spec=640&img_type=jpg ' , name: ' 埃兰伊亚-Elenia' , title: ' 副部长' , desc : ' 快来传承咖啡厅口阿! ' },
3660];
3761
3862const editMembers = [
0 commit comments