Update use-community-tag.ts

This commit is contained in:
Greyson 2023-06-07 17:11:07 +08:00
parent fbe98fd6c3
commit 5ff36668ce
1 changed files with 3 additions and 7 deletions

View File

@ -2,19 +2,15 @@ export function useCommunityTag() {
return [ return [
{ {
label: 'nav.solutions.child.land.service[0]', label: 'nav.solutions.child.land.service[0]',
value: 'Web 3.0', value: 'Publications',
}, },
{ {
label: 'nav.solutions.child.land.service[1]', label: 'nav.solutions.child.land.service[1]',
value: 'Digital Twins', value: 'Projects',
}, },
{ {
label: 'nav.solutions.child.land.service[2]', label: 'nav.solutions.child.land.service[2]',
value: 'Mixed Reality', value: 'Research',
},
{
label: 'nav.solutions.child.land.service[3]',
value: 'AIGC',
}, },
] ]
} }