27 lines
792 B
TypeScript
27 lines
792 B
TypeScript
export function useNewsArticle() {
|
|
return [
|
|
{
|
|
title: 'About: Igor Pantic',
|
|
author: 'VAMX Community Team',
|
|
profession: 'Igor Pantic',
|
|
img: '/imgs/Community/News/igorpantic/studiologo.png',
|
|
tags: ['Project'],
|
|
href: '/community/news/igorpantic',
|
|
level: 2,
|
|
avatar: '/imgs/Community/Avatar/topverse.png',
|
|
createTime: '2020/6/5',
|
|
},
|
|
{
|
|
title: 'SoomeenHahm',
|
|
author: 'Jiaxiang Luo, Sarah Aldaboos, Efthymia Mastrokalou, Rahaf Aldabous',
|
|
profession: 'UCL Bartlett RC9 Project',
|
|
img: '/imgs/Community/Project/cearamics/001.png',
|
|
tags: ['Project'],
|
|
href: '/community/project/cearamics',
|
|
level: 2,
|
|
avatar: '/imgs/Community/Avatar/bartlett.png',
|
|
createTime: '2020/6/5',
|
|
},
|
|
]
|
|
}
|