web3.update
This commit is contained in:
parent
b3699e7b7f
commit
8ae59b43a7
|
@ -0,0 +1,49 @@
|
|||
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',
|
||||
},
|
||||
|
||||
],
|
||||
}
|
||||
}
|
|
@ -8,59 +8,59 @@ export function useWeb3() {
|
|||
description: '解决方案',
|
||||
},
|
||||
feature: {
|
||||
topic: 'home.sectionEight.topic',
|
||||
description: 'home.sectionEight.description',
|
||||
topic: 'home.sectionWeb3.topic',
|
||||
description: 'home.sectionWeb3.description',
|
||||
content: [
|
||||
{
|
||||
title: 'home.sectionEight.content.title[0]',
|
||||
description: 'home.sectionEight.content.topic[0]',
|
||||
icon: 'i-medical-icon-i-health-services',
|
||||
title: 'home.sectionWeb3.content.title[0]',
|
||||
description: 'home.sectionWeb3.content.topic[0]',
|
||||
icon: 'i-icomoon-free-500px',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[1]',
|
||||
description: 'home.sectionEight.content.topic[1]',
|
||||
icon: 'i-maki-college-11',
|
||||
title: 'home.sectionWeb3.content.title[1]',
|
||||
description: 'home.sectionWeb3.content.topic[1]',
|
||||
icon: 'i-file-icons-3d-model',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[2]',
|
||||
description: 'home.sectionEight.content.topic[2]',
|
||||
icon: 'i-maki-amusement-park-11',
|
||||
title: 'home.sectionWeb3.content.title[2]',
|
||||
description: 'home.sectionWeb3.content.topic[2]',
|
||||
icon: 'i-octicon-copilot-16',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[3]',
|
||||
description: 'home.sectionEight.content.topic[3]',
|
||||
icon: 'i-maki-gaming',
|
||||
title: 'home.sectionWeb3.content.title[3]',
|
||||
description: 'home.sectionWeb3.content.topic[3]',
|
||||
icon: 'i-octicon-circuit-board',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[4]',
|
||||
description: 'home.sectionEight.content.topic[4]',
|
||||
icon: 'i-maki-city',
|
||||
title: 'home.sectionWeb3.content.title[4]',
|
||||
description: 'home.sectionWeb3.content.topic[4]',
|
||||
icon: 'i-icomoon-free-dice',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[5]',
|
||||
description: 'home.sectionEight.content.topic[5]',
|
||||
icon: 'i-maki-basketball-11',
|
||||
title: 'home.sectionWeb3.content.title[5]',
|
||||
description: 'home.sectionWeb3.content.topic[5]',
|
||||
icon: 'i-icon-park-solid-anchor-one',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[6]',
|
||||
description: 'home.sectionEight.content.topic[6]',
|
||||
icon: 'i-maki-baseball-11',
|
||||
title: 'home.sectionWeb3.content.title[6]',
|
||||
description: 'home.sectionWeb3.content.topic[6]',
|
||||
icon: 'i-icon-park-solid-address-book',
|
||||
},
|
||||
{
|
||||
title: 'home.sectionEight.content.title[7]',
|
||||
description: 'home.sectionEight.content.topic[7]',
|
||||
icon: 'i-maki-communications-tower-11',
|
||||
title: 'home.sectionWeb3.content.title[7]',
|
||||
description: 'home.sectionWeb3.content.topic[7]',
|
||||
icon: 'i-icomoon-free-barcode',
|
||||
},
|
||||
|
||||
],
|
||||
},
|
||||
solutions: {
|
||||
title: 'home.sectionFour.title',
|
||||
topic: 'home.sectionFour.topic',
|
||||
description: 'home.sectionFour.description',
|
||||
title: 'home.sectionWeb3.solutions.title',
|
||||
topic: 'home.sectionWeb3.solutions.topic',
|
||||
description: 'home.sectionWeb3.solutions.description',
|
||||
link: {
|
||||
name: 'home.sectionFour.link',
|
||||
href: '#',
|
||||
name: 'home.sectionWeb3.solutions.link',
|
||||
href: '/release',
|
||||
},
|
||||
content: [
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
img: "/imgs/Community/News/s1seminar/Banner.jpg"
|
||||
topic: "VAMX数研组首期系列论坛:混合现实智能建造技术"
|
||||
topic: "VAMX数研组系列论坛第二期:混合现实智能建造技术"
|
||||
title: "混合现实智能建造技术及学术社区启动会"
|
||||
description: "VAMX Master"
|
||||
author: "VAMX 社区团队"
|
||||
|
|
|
@ -170,6 +170,37 @@
|
|||
"title": "互联网3.0时代多现实交互形式",
|
||||
"topic": "让数字世界在物理世界中可玩、可感、可塑",
|
||||
"description": "参与到这场全新的变革中并享受他吧!"
|
||||
},
|
||||
"sectionWeb3":{
|
||||
"content":{
|
||||
"title":[
|
||||
"去中心化媒体平台",
|
||||
"NFT创作",
|
||||
"去中心化社交",
|
||||
"去中心化金融(DeFi)内容",
|
||||
"区块链游戏",
|
||||
"创作工具",
|
||||
"数字身份及数据隐私",
|
||||
"供应链追溯和认证"
|
||||
],
|
||||
"topic":[
|
||||
"在元宇宙空间发布新闻媒体物料及会议活动",
|
||||
"将多媒介作品转化为非同质化代币,赋予独特的创作价值",
|
||||
"在元宇宙空间中进行社交活动,允许用户掌握自己的数据并获得社交互动奖励",
|
||||
"在DeFi领域发布有关区块链项目和金融技术的内容,为用户提供教育和分析",
|
||||
"开发基于区块链的游戏,玩家可以拥有游戏内资产,并从中获得真实价值",
|
||||
"创建区块链技术和智能合约的教育资源,帮助用户了解这些技术并开始在Web 3.0领域创作",
|
||||
"数字身份解决方案,帮助用户更好地控制自己的个人数据,并将其安全存储在区块链上",
|
||||
"创建基于区块链的供应链解决方案,确保产品的来源和真实性,提供消费者更多的透明度"
|
||||
|
||||
]
|
||||
},
|
||||
"solutions":{
|
||||
"topic":"进入互联网3.0原创资产的内容世界",
|
||||
"description":"数字基座 + 元宇宙中间件 + 全栈部署交互体验",
|
||||
"link":"点击查看更多动态"
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
|
@ -200,7 +231,7 @@
|
|||
},
|
||||
"foot": {
|
||||
"copyright": "TOPVERSE LAB 奇点拓界 © 版权所有 2019-2023 All rights reserved",
|
||||
"release": "伦敦 I 北京 I 上海 I 香港",
|
||||
"release": "伦敦 I 洛杉矶 I 北京 I 上海 I 香港",
|
||||
"record": ["沪ICP备2023010651号-1"],
|
||||
"links": [
|
||||
{
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 509 KiB |
|
@ -74,6 +74,15 @@ export default defineConfig({
|
|||
'i-material-symbols-shelf-auto-hide',
|
||||
'i-medical-icon-i-medical-library',
|
||||
'i-medical-icon-i-health-services',
|
||||
'i-icomoon-free-500px',
|
||||
'i-icomoon-free-css3',
|
||||
'i-icomoon-free-barcode',
|
||||
'i-octicon-copilot-16',
|
||||
'i-octicon-circuit-board',
|
||||
'i-file-icons-3d-model',
|
||||
'i-icomoon-free-dice',
|
||||
'i-icon-park-solid-anchor-one',
|
||||
'i-icon-park-solid-address-book',
|
||||
],
|
||||
presets: [
|
||||
presetAnu(),
|
||||
|
|
Loading…
Reference in New Issue