This commit is contained in:
LU XIN 2023-05-25 03:45:47 +08:00
parent 40981815e2
commit 453d7f1f80
5 changed files with 20 additions and 12 deletions

View File

@ -14,7 +14,7 @@ export function useFoot() {
{ {
link: { link: {
name: 'foot.links[0].link[0]', name: 'foot.links[0].link[0]',
href: '#', href: '/',
}, },
}, },
{ {
@ -68,7 +68,7 @@ export function useFoot() {
icon: 'i-ri-twitter-fill', icon: 'i-ri-twitter-fill',
link: { link: {
name: 'foot.links[2].link[1]', name: 'foot.links[2].link[1]',
href: '#', href: 'https://twitter.com/Topverse_Studio',
}, },
}, },
{ {

View File

@ -62,6 +62,13 @@ export function useNav(): NavMenu[] {
icon: 'i-tabler-api-app', icon: 'i-tabler-api-app',
iconColor: 'red', iconColor: 'red',
}, },
{
title: 'nav.event.child.act[2]',
subtitle: 'nav.event.child.description[2]',
href: '/land',
icon: 'i-academicons-archive',
iconColor: 'red',
},
], ],
}, },
] ]

View File

@ -3,10 +3,10 @@
"news": "News", "news": "News",
"home": "Home", "home": "Home",
"event": { "event": {
"t": "Events", "t": "Community",
"child": { "child": {
"act": ["AaaO!", "TOPO Land"], "act": ["AaaO!", "TOPO Land","VAMX"],
"description": ["Architecture as an Object", "Topverse Meta Island"] "description": ["Architecture as an Object", "Topverse Meta Island","Academia for VR/AR/MR/XR Professionals"]
} }
}, },

View File

@ -3,10 +3,10 @@
"news": "最新动态", "news": "最新动态",
"home": "首页", "home": "首页",
"event": { "event": {
"t": "项目发起", "t": "社区动态",
"child": { "child": {
"act": ["AaaO!", "TOPO Land"], "act": ["AaaO!", "TOPO Land","VAMX"],
"description": ["未建成建筑系列", "TOPO元界岛"] "description": ["未建成建筑系列", "TOPO元界岛","VR/AR/MR/XR学术生态社区"]
} }
}, },
@ -23,17 +23,17 @@
"scrolldown": "下滑查看更多", "scrolldown": "下滑查看更多",
"home": { "home": {
"carousel": { "carousel": {
"topic": ["创作者之家", "topic": ["创作者聚会Party-verse",
"绿色双碳水务工作站混合现实数字孪生" "绿色双碳水务工作站混合现实数字孪生"
], ],
"description": ["Decentraland Construction", "One should never ignore the power of nature"], "description": ["在全球最大元宇宙平台Decentraland相聚", "基于微软HoloLens 2的工业元宇宙"],
"link": ["Details", "Details"] "link": ["相关文章", "相关文章"]
}, },
"sectionOne": { "sectionOne": {
"topic": "世界领先Web 3.0领域应用及多现实混合应用技术研发", "topic": "世界领先Web 3.0领域应用及多现实混合应用技术研发",
"content": { "content": {
"title": ["80+", "20+", "2百万+"], "title": ["110+", "20+", "2百万+"],
"subtext": ["元宇宙及区块链工程师与交互专家", "落地项目、专利著作及标准制订", "平方米实际开发量"], "subtext": ["元宇宙及区块链工程师与交互专家", "落地项目、专利著作及标准制订", "平方米实际开发量"],
"description": ["自2020年起参与元宇宙及区块链建设", "建筑师、开发者、设计师、工程师以及更多", "现实世界及虚拟使用场景相结合"] "description": ["自2020年起参与元宇宙及区块链建设", "建筑师、开发者、设计师、工程师以及更多", "现实世界及虚拟使用场景相结合"]

View File

@ -67,6 +67,7 @@ export default defineConfig({
'i-tabler-3d-cube-sphere', 'i-tabler-3d-cube-sphere',
'i-tabler-api-app', 'i-tabler-api-app',
'i-tabler-apple', 'i-tabler-apple',
'i-academicons-archive',
'i-ic-sharp-wechat', 'i-ic-sharp-wechat',
'i-ri-twitter-fill', 'i-ri-twitter-fill',
], ],