Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/.vitepress/data/people.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,15 @@ export const people = {
'towa': { avatar: '/avatars/towa.jpeg' },
'伴夏': { avatar: '/avatars/伴夏.jpeg' },

// === activity 2025 come-leave ===
'澪原初华': { avatar: QQ('2022304191') },
'沙拉': { avatar: QQ('985938202') },
'Suika': { avatar: QQ('2871867114') },
'Izumi': { avatar: QQ('3421285702') },
'乌冬': { avatar: QQ('2035285899') },
Comment on lines +236 to +238
'xmtx': { avatar: QQ('2252966746') },
'陈田翔': { avatar: QQ('1415265271') },

// === activity 2025 magazine ===
'流澜': { avatar: '/avatars/流澜.jpg' },

Expand Down
107 changes: 107 additions & 0 deletions docs/activity/2025/come-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
---
layout: page
gitChangelog: false
---

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

import { memberOf } from '/.vitepress/data/people.js'

const coordinators = [
memberOf('澪原初华', { title: '统筹' }),
memberOf('灰灰', { title: '统筹' }),
memberOf('wweiyi', { title: '统筹' }),
]

const storyboard = [
memberOf('澪原初华', { title: '分镜脚本' }),
]

const vocalists = [
memberOf('沙拉', { title: '演唱' }),
memberOf('澪原初华', { title: '演唱' }),
]

const performers = [
memberOf('Suika', { title: '出镜' }),
memberOf('wing', { title: '出镜' }),
memberOf('龙井', { title: '出镜' }),
memberOf('xmtx', { title: '出镜' }),
memberOf('Izumi', { title: '出镜' }),
memberOf('乌冬', { title: '出镜' }),
Comment on lines +34 to +37
memberOf('九尾晨', { title: '出镜' }),
]

const recording = [
memberOf('梁沫寒', { title: '录音' }),
memberOf('lrx', { title: '录音' }),
]

const photographers = [
memberOf('陈田翔', { title: '摄影' }),
]
</script>

<VPTeamPage>
<VPTeamPageTitle>
<template #title>B站毕业歌《我们都很棒》全国高校版</template>
<template #lead>参与人员名单</template>
</VPTeamPageTitle>

<VPTeamPageSection>
<template #title>统筹</template>
<template #members>
<VPTeamMembers size="small" :members="coordinators" />
</template>
</VPTeamPageSection>

<VPTeamPageSection>
<template #title>分镜脚本</template>
<template #members>
<VPTeamMembers size="small" :members="storyboard" />
</template>
</VPTeamPageSection>

<VPTeamPageSection>
<template #title>演唱</template>
<template #members>
<VPTeamMembers size="small" :members="vocalists" />
</template>
</VPTeamPageSection>

<VPTeamPageSection>
<template #title>出镜</template>
<template #members>
<VPTeamMembers size="small" :members="performers" />
</template>
</VPTeamPageSection>

<VPTeamPageSection>
<template #title>录音</template>
<template #members>
<VPTeamMembers size="small" :members="recording" />
</template>
</VPTeamPageSection>

<VPTeamPageSection>
<template #title>摄影</template>
<template #members>
<VPTeamMembers size="small" :members="photographers" />
</template>
</VPTeamPageSection>

<VPTeamPageSection>
<template #title>特别鸣谢</template>
</VPTeamPageSection>

<div style="text-align: center; margin-top: 20px;">
<p>武汉大学融媒体中心学生记者团</p>
<p>武汉大学动漫协会</p>
</div>
Comment on lines +99 to +106
</VPTeamPage>
2 changes: 2 additions & 0 deletions docs/activity/index.md

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请不要使用B站的分享短链(b23.tv),它会在一定时间后过期,请使用B站的完整视频链接(https://www.bilibili.com/video/BVXXXXXXXX/)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同时,请不要随意修改pnpm-lock等涉及网站配置的内容

Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

### 2025-06

- **06-06**:应b站音乐区和武汉大学融媒体中心记者团邀请,社内[部分同学](/activity/2025/come-leave.md)参与拍摄B站毕业歌《我们都很棒》全国高校版,[这里](https://b23.tv/TZXFgK1)是视频链接

- **06-01**:换届大会结束后,参会群原地升级为2025学年大群,暂名【WHUDAYS-不知道】

## 2024学年(2024.6-2025.6)
Expand Down
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.