Skip to content

Commit

Permalink
Update EventsInfo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LongguangWang authored Jan 1, 2025
1 parent 24be906 commit 6d87892
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/assets/data/home/EventsInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ export interface Event {
}

export const EventtableData: Event[] = [
{
name: '实验室1人入选第十届中国科协青年人才托举工程',
date: '2024-12',
content: '',
url: '',
},
{
name: '实验室2篇论文被IEEE TIP接收',
date: '2024-12',
Expand All @@ -30,4 +36,4 @@ export const EventtableData: Event[] = [
content: '',
url: '',
},
]
]

0 comments on commit 6d87892

Please sign in to comment.