TOPVERSE_Official/config/pages/community/news/use-news-article.ts

49 lines
1.4 KiB
TypeScript
Raw Normal View History

2023-06-13 20:06:26 +08:00
export function useNewsArticle() {
return [
{
2023-06-16 17:24:45 +08:00
title: 'VAMX Academy: Bartlett RC-9',
author: 'VAMX Community Team',
profession: 'UCL Bartlett School of Architecture',
img: '/imgs/Community/News/rc9/logo.png',
tags: ['Academy'],
href: '/community/news/rc9',
level: 2,
avatar: '/imgs/Community/Avatar/topverse.png',
createTime: '2020/6/5',
},
{
title: 'VAMX Master: Igor Pantic',
2023-06-13 20:59:46 +08:00
author: 'VAMX Community Team',
profession: 'Igor Pantic',
img: '/imgs/Community/News/igorpantic/studiologo.png',
2023-06-16 17:24:45 +08:00
tags: ['Member'],
2023-06-13 20:59:46 +08:00
href: '/community/news/igorpantic',
2023-06-13 20:06:26 +08:00
level: 2,
2023-06-13 20:59:46 +08:00
avatar: '/imgs/Community/Avatar/topverse.png',
2023-06-13 20:06:26 +08:00
createTime: '2020/6/5',
},
{
2023-06-16 17:24:45 +08:00
title: 'VAMX Master: SoomeenHahm',
author: 'VAMX Community Team',
profession: 'Soomeen Hahm Design LTD.',
img: '/imgs/Community/News/soomeenhahm/logo.png',
tags: ['Member'],
href: '/community/news/soomeenhahm',
2023-06-13 20:06:26 +08:00
level: 2,
2023-06-16 17:24:45 +08:00
avatar: '/imgs/Community/Avatar/topverse.png',
2023-06-13 20:06:26 +08:00
createTime: '2020/6/5',
},
2023-06-16 17:24:45 +08:00
{
title: 'VAMX Professional: ArchiPocket',
author: 'VAMX Community Team',
profession: 'ArchiPocket',
img: '/imgs/Community/News/archipocket/001.png',
tags: ['Member'],
href: '/community/news/archipocket',
level: 1,
avatar: '/imgs/Community/Avatar/topverse.png',
createTime: '2020/6/15',
},
2023-06-13 20:06:26 +08:00
]
}