TOPVERSE_Official/config/pages/home/use-section-eight.ts

50 lines
1.5 KiB
TypeScript
Raw Normal View History

2023-05-04 17:42:22 +08:00
export function useSectionEight() {
return {
topic: 'home.sectionEight.topic',
description: 'home.sectionEight.description',
content: [
{
title: 'home.sectionEight.content.title[0]',
description: 'home.sectionEight.content.topic[0]',
2023-06-30 13:27:36 +08:00
icon: 'i-medical-icon-i-health-services',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[1]',
description: 'home.sectionEight.content.topic[1]',
icon: 'i-maki-college-11',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[2]',
description: 'home.sectionEight.content.topic[2]',
icon: 'i-maki-amusement-park-11',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[3]',
description: 'home.sectionEight.content.topic[3]',
icon: 'i-maki-gaming',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[4]',
description: 'home.sectionEight.content.topic[4]',
icon: 'i-maki-city',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[5]',
description: 'home.sectionEight.content.topic[5]',
icon: 'i-maki-basketball-11',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[6]',
description: 'home.sectionEight.content.topic[6]',
icon: 'i-maki-baseball-11',
2023-05-04 17:42:22 +08:00
},
{
2023-05-16 14:43:45 +08:00
title: 'home.sectionEight.content.title[7]',
description: 'home.sectionEight.content.topic[7]',
icon: 'i-maki-communications-tower-11',
2023-05-04 17:42:22 +08:00
},
],
}
}