调整了福大生存指南中的图片和结构,调整了章节导航栏的呈现效果
This commit is contained in:
32
members.ts
32
members.ts
@@ -14,11 +14,35 @@ type Member = {
|
||||
|
||||
export const members: Member = [
|
||||
{
|
||||
avatar: 'https://avatars.hdu-cs.wiki/camera-2018',
|
||||
name: 'camera-2018',
|
||||
avatar: 'https://avatars.githubusercontent.com/u/177922725?s=400&u=b01cbf836e5e2885a16e892e08a58af92bdd23fa&v=4',
|
||||
name: 'xinghang',
|
||||
title: 'Maintainer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/camera-2018' },
|
||||
{ icon: 'github', link: 'https://github.com/xinghang-ee' },
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
avatar: 'https://gitea.xinxijishubu.asia/avatars/16c385a504c5ab7d1072949846e6a6258d89c5c7453964fb28806c824fa4a2b8?size=512',
|
||||
name: 'moyin',
|
||||
title: 'Maintainer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://gitea.xinxijishubu.asia/moyin' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://avatars.hdu-cs.wiki/wjj1117',
|
||||
name: 'WJJ',
|
||||
title: 'Maintainer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://github.com/wjj1117' },
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: 'https://gitea.xinxijishubu.asia/avatar/3344e9e767a6e8551d755367d190e6a3?size=512',
|
||||
name: 'kitor',
|
||||
title: 'Maintainer',
|
||||
links: [
|
||||
{ icon: 'github', link: 'https://gitea.xinxijishubu.asia/kitor' },
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user