Update use-community-tag.ts
This commit is contained in:
parent
fbe98fd6c3
commit
5ff36668ce
|
@ -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',
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue