删除无用函数
This commit is contained in:
parent
8ae59b43a7
commit
5727430bd3
|
@ -1,49 +0,0 @@
|
||||||
export function useSectionWeb3() {
|
|
||||||
return {
|
|
||||||
topic: 'home.sectionWeb3.topic',
|
|
||||||
description: 'home.sectionWeb3.description',
|
|
||||||
content: [
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[0]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[0]',
|
|
||||||
icon: 'i-icomoon-free-500px',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[1]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[1]',
|
|
||||||
icon: 'i-file-icons-3d-model',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[2]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[2]',
|
|
||||||
icon: 'i-octicon-copilot-16',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[3]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[3]',
|
|
||||||
icon: 'i-octicon-circuit-board',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[4]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[4]',
|
|
||||||
icon: 'i-icomoon-free-dice',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[5]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[5]',
|
|
||||||
icon: 'i-icon-park-solid-anchor-one',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[6]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[6]',
|
|
||||||
icon: 'i-icon-park-solid-address-book',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'home.sectionWeb3.content.title[7]',
|
|
||||||
description: 'home.sectionWeb3.content.topic[7]',
|
|
||||||
icon: 'i-icomoon-free-barcode',
|
|
||||||
},
|
|
||||||
|
|
||||||
],
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
export function useWeb3() {
|
export function useWeb3() {
|
||||||
return {
|
return {
|
||||||
ending: 'Ajlksdjflajsd;lfja;ldf',
|
ending: 'home.sectionWeb3.ending',
|
||||||
head: {
|
head: {
|
||||||
img: '/imgs/Solutions/Web3/web3blockchainheader.png',
|
img: '/imgs/Solutions/Web3/web3blockchainheader.png',
|
||||||
topic: '互联网3.0内容及交互生态',
|
topic: '互联网3.0内容及交互生态',
|
||||||
|
|
Loading…
Reference in New Issue