Skip to content

Commit 6d05ab2

Browse files
committed
fix
1 parent 4a614fb commit 6d05ab2

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

assets/js/team-data.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -306,28 +306,6 @@ const teamData = {
306306
{ id: 'yiwei-shi', name: { zh: '史一苇', en: 'Yiwei Shi' }, photo: 'assets/img/史一苇.jpg' },
307307
{ id: 'yiran-suo', name: { zh: '锁祎然', en: 'Yiran Suo' }, photo: 'assets/img/锁祎然.png' }
308308
],
309-
310-
// 校友(已毕业)
311-
alumni: [
312-
{
313-
id: 'alumni-001',
314-
name: {
315-
zh: '周八',
316-
en: 'Ba Zhou'
317-
},
318-
degree: {
319-
zh: '博士',
320-
en: 'PhD'
321-
},
322-
year: 2020, // 毕业年份
323-
current: {
324-
zh: 'MIT 助理教授',
325-
en: 'Assistant Professor, MIT'
326-
},
327-
photo: 'assets/img/default-avatar.svg'
328-
}
329-
// ... 添加更多校友
330-
]
331309
};;
332310

333311
const alumniData = {

0 commit comments

Comments
 (0)