2023-04-27 13:58:47 +08:00
|
|
|
export function useCarousel() {
|
|
|
|
return [
|
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
title: 'home.carousel.topic[0]',
|
|
|
|
description: 'home.carousel.description[0]',
|
|
|
|
link: {
|
|
|
|
name: 'home.carousel.link[0]',
|
2023-05-26 19:53:05 +08:00
|
|
|
href: '/release/creatorpartyverse',
|
2023-05-04 00:47:08 +08:00
|
|
|
},
|
2023-05-06 05:39:23 +08:00
|
|
|
img: '/imgs/Home.Creatorverse.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
},
|
2023-05-07 01:39:44 +08:00
|
|
|
{
|
|
|
|
title: 'home.carousel.topic[1]',
|
|
|
|
description: 'home.carousel.description[1]',
|
|
|
|
link: {
|
|
|
|
name: 'home.carousel.link[1]',
|
2023-05-26 19:53:05 +08:00
|
|
|
href: '/release/holowater',
|
2023-05-07 01:39:44 +08:00
|
|
|
},
|
2023-05-24 18:37:56 +08:00
|
|
|
img: '/imgs/News/HoloWater/20230524162443.jpg',
|
2023-05-07 01:39:44 +08:00
|
|
|
},
|
2023-04-27 13:58:47 +08:00
|
|
|
]
|
|
|
|
}
|