Skip to content

Commit

Permalink
feat: add mobile team page
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed Mar 27, 2024
1 parent 0a39ef6 commit 5307af9
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 49 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default defineConfig({
text: "安卓",
items: [
{ text: "安卓组简介", link: "/mobile/" },
{ text: "团队成员", link: "/mobile/team" },
{ text: "大一上学期", link: "/mobile/freshmen_fall" },
{ text: "大一下学期", link: "/mobile/freshmen_spring" },
{ text: "附录 - Java 习题", link: "/mobile/appendix_java_quiz" },
Expand Down
49 changes: 0 additions & 49 deletions docs/mobile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,52 +45,3 @@
- [dwqing](https://github.com/dwqing)
- [PureLipper](https://github.com/PureLipper)
- [hydrogenair](https://github.com/hydrogenair)

#### 2021 级

- [jie-junyi](https://github.com/jie-junyi)
- [flsdqm](https://github.com/flsdqm)
- [Nutcra-yu](https://github.com/Nutcra-yu)
- [caohuisheng](https://github.com/caohuisheng)

#### 2020 级

- [xiaozhu-sorce](https://github.com/xiaozhu-sorce)
- [tiddster](https://github.com/tiddster)
- [huangxinhere](https://github.com/huangxinhere)
- [qiu-yunhao](https://github.com/qiu-yunhao)
- [liuyuxin-cloud](https://github.com/liuyuxin-cloud)
- [hyl-code](https://github.com/hyl-code)

#### 2019 级

- [charming-c](https://github.com/charming-c)
- [iulay1007](https://github.com/iulay1007)

#### 2018 级

- [zyflool](https://github.com/zyflool)
- [Ljl](https://github.com/Ljl233)
- [wenxiny](https://github.com/wenxiy)

#### 2017 级

- [messi-wpy](https://github.com/messi-wpy)
- [BAHUANNN](https://github.com/BAHUANNN)
- [yueyy](https://github.com/yueyy)

#### 2016 级

- [kolibreath](https://github.com/kolibreath)

#### 2015 级

- [December1900](https://github.com/December1900)

#### 2014 级

- [fengminchao](https://github.com/fengminchao)

#### 2012 级

- [2BAB](https://github.com/2bab)(顾问)
321 changes: 321 additions & 0 deletions docs/mobile/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,321 @@
---
layout: page
---

<script setup>
import {
VPTeamPage,
VPTeamPageTitle,
VPTeamMembers,
VPTeamPageSection
} from 'vitepress/theme';

const members2022 = [
{
avatar: 'https://www.github.com/continuematical.png',
name: 'continuematical',
links: [
{ icon: 'github', link: 'https://github.com/continuematical' },
]
},
{
avatar: 'https://www.github.com/Gyicyo.png',
name: 'Gyicyo',
links: [
{ icon: 'github', link: 'https://github.com/Gyicyo' },
]
},
{
avatar: 'https://www.github.com/Edmund-Liz.png',
name: 'Edmund-Liz',
desc: `举世罕见的摆子`,
org: '计算机学院',
links: [
{ icon: 'github', link: 'https://github.com/Edmund-Liz' },
]
},
{
avatar: 'https://www.github.com/dwqing.png',
name: 'dwqing',
links: [
{ icon: 'github', link: 'https://github.com/dwqing' },
]
},
{
avatar: 'https://www.github.com/PureLipper.png',
name: 'PureLipper',
desc: `事安卓组,喜欢音游,兴趣加入此地XD。`,
org: '人工智能教育学部',
links: [
{ icon: 'github', link: 'https://github.com/PureLipper' },
]
},
{
avatar: 'https://www.github.com/hydrogenair.png',
name: 'hydrogenair',
desc: `一键查询精神状态`,
org: '计算机学院',
links: [
{ icon: 'github', link: 'https://github.com/hydrogenair' },
]
},
]

const members2021 = [
{
avatar: 'https://www.github.com/jie-junyi.png',
name: 'jie-junyi',
links: [
{ icon: 'github', link: 'https://github.com/jie-junyi' },
]
},
{
avatar: 'https://www.github.com/flsdqm.png',
name: 'flsdqm',
links: [
{ icon: 'github', link: 'https://github.com/flsdqm' },
]
},
{
avatar: 'https://www.github.com/Nutcra-yu.png',
name: 'Nutcra-yu',
links: [
{ icon: 'github', link: 'https://github.com/Nutcra-yu' },
]
},
{
avatar: 'https://www.github.com/caohuisheng.png',
name: 'caohuisheng',
links: [
{ icon: 'github', link: 'https://github.com/caohuisheng' },
]
},
]

const members2020 = [
{
avatar: 'https://www.github.com/xiaozhu-sorce.png',
name: 'xiaozhu-sorce',
links: [
{ icon: 'github', link: 'https://github.com/xiaozhu-sorce' },
]
},
{
avatar: 'https://www.github.com/tiddster.png',
name: 'tiddster',
links: [
{ icon: 'github', link: 'https://github.com/tiddster' },
]
},
{
avatar: 'https://www.github.com/huangxinhere.png',
name: 'huangxinhere',
links: [
{ icon: 'github', link: 'https://github.com/huangxinhere' },
]
},
{
avatar: 'https://www.github.com/qiu-yunhao.png',
name: 'qiu-yunhao',
links: [
{ icon: 'github', link: 'https://github.com/qiu-yunhao' },
]
},
{
avatar: 'https://www.github.com/liuyuxin-cloud.png',
name: 'liuyuxin-cloud',
links: [
{ icon: 'github', link: 'https://github.com/liuyuxin-cloud' },
]
},
{
avatar: 'https://www.github.com/hyl-code.png',
name: 'hyl-code',
links: [
{ icon: 'github', link: 'https://github.com/hyl-code' },
]
},
]

const members2019 = [
{
avatar: 'https://www.github.com/charming-c.png',
name: 'charming-c',
links: [
{ icon: 'github', link: 'https://github.com/charming-c' },
]
},
{
avatar: 'https://www.github.com/iulay1007.png',
name: 'iulay1007',
links: [
{ icon: 'github', link: 'https://github.com/iulay1007' },
]
},
]

const members2018 = [
{
avatar: 'https://www.github.com/zyflool.png',
name: 'zyflool',
links: [
{ icon: 'github', link: 'https://github.com/zyflool' },
]
},
{
avatar: 'https://www.github.com/Ljl233.png',
name: 'Ljl',
links: [
{ icon: 'github', link: 'https://github.com/Ljl233' },
]
},
{
avatar: 'https://www.github.com/wenxiny.png',
name: 'wenxiny',
links: [
{ icon: 'github', link: 'https://github.com/wenxiny' },
]
},
]

const members2017 = [
{
avatar: 'https://www.github.com/messi-wpy.png',
name: 'messi-wpy',
links: [
{ icon: 'github', link: 'https://github.com/messi-wpy' },
]
},
{
avatar: 'https://www.github.com/BAHUANNN.png',
name: 'BAHUANNN',
links: [
{ icon: 'github', link: 'https://github.com/BAHUANNN' },
]
},
{
avatar: 'https://www.github.com/yueyy.png',
name: 'yueyy',
links: [
{ icon: 'github', link: 'https://github.com/yueyy' },
]
},
]

const members2016 = [
{
avatar: 'https://www.github.com/kolibreath.png',
name: 'kolibreath',
links: [
{ icon: 'github', link: 'https://github.com/kolibreath' },
]
},
]

const members2015 = [
{
avatar: 'https://www.github.com/December1900.png',
name: 'December1900',
links: [
{ icon: 'github', link: 'https://github.com/December1900' },
]
},
]

const members2014 = [
{
avatar: 'https://www.github.com/fengminchao.png',
name: 'fengminchao',
links: [
{ icon: 'github', link: 'https://github.com/fengminchao' },
]
},
]

const members2012 = [
{
avatar: 'https://www.github.com/2bab.png',
name: '2BAB(顾问)',
links: [
{ icon: 'github', link: 'https://github.com/2bab' },
]
},
]
</script>

<VPTeamPage>
<VPTeamPageTitle>
<template #title>木犀团队 安卓组</template>
<template #lead>噢 我知道 就写匣子的那个嘛</template>
</VPTeamPageTitle>
<VPTeamPageSection>
<template #title>2022 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2022"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2021 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2021"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2020 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2020"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2019 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2019"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2018 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2018"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2017 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2017"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2016 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2016"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2015 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2015"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2014 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2014"/>
</template>
</VPTeamPageSection>
<VPTeamPageSection>
<template #title>2012 级</template>
<template #lead>...</template>
<template #members>
<VPTeamMembers size="small" :members="members2012"/>
</template>
</VPTeamPageSection>
</VPTeamPage>

0 comments on commit 5307af9

Please sign in to comment.