From 453d7f1f800cf2c49091ee326ce97a0c1adb0ab9 Mon Sep 17 00:00:00 2001 From: LU XIN Date: Thu, 25 May 2023 03:45:47 +0800 Subject: [PATCH] update --- config/use-foot.ts | 4 ++-- config/use-nav.ts | 7 +++++++ locales/en-UK.json | 6 +++--- locales/zh-CN.json | 14 +++++++------- uno.config.ts | 1 + 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/config/use-foot.ts b/config/use-foot.ts index 5fdf7d7..d6ec293 100644 --- a/config/use-foot.ts +++ b/config/use-foot.ts @@ -14,7 +14,7 @@ export function useFoot() { { link: { name: 'foot.links[0].link[0]', - href: '#', + href: '/', }, }, { @@ -68,7 +68,7 @@ export function useFoot() { icon: 'i-ri-twitter-fill', link: { name: 'foot.links[2].link[1]', - href: '#', + href: 'https://twitter.com/Topverse_Studio', }, }, { diff --git a/config/use-nav.ts b/config/use-nav.ts index 966b8c4..3b8741d 100644 --- a/config/use-nav.ts +++ b/config/use-nav.ts @@ -62,6 +62,13 @@ export function useNav(): NavMenu[] { icon: 'i-tabler-api-app', iconColor: 'red', }, + { + title: 'nav.event.child.act[2]', + subtitle: 'nav.event.child.description[2]', + href: '/land', + icon: 'i-academicons-archive', + iconColor: 'red', + }, ], }, ] diff --git a/locales/en-UK.json b/locales/en-UK.json index 803a94c..b627eab 100644 --- a/locales/en-UK.json +++ b/locales/en-UK.json @@ -3,10 +3,10 @@ "news": "News", "home": "Home", "event": { - "t": "Events", + "t": "Community", "child": { - "act": ["AaaO!", "TOPO Land"], - "description": ["Architecture as an Object", "Topverse Meta Island"] + "act": ["AaaO!", "TOPO Land","VAMX"], + "description": ["Architecture as an Object", "Topverse Meta Island","Academia for VR/AR/MR/XR Professionals"] } }, diff --git a/locales/zh-CN.json b/locales/zh-CN.json index bac905a..b47ab21 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -3,10 +3,10 @@ "news": "最新动态", "home": "首页", "event": { - "t": "项目发起", + "t": "社区动态", "child": { - "act": ["AaaO!", "TOPO Land"], - "description": ["未建成建筑系列", "TOPO元界岛"] + "act": ["AaaO!", "TOPO Land","VAMX"], + "description": ["未建成建筑系列", "TOPO元界岛","VR/AR/MR/XR学术生态社区"] } }, @@ -23,17 +23,17 @@ "scrolldown": "下滑查看更多", "home": { "carousel": { - "topic": ["创作者之家", + "topic": ["创作者聚会:Party-verse", "绿色双碳水务工作站混合现实数字孪生" ], - "description": ["Decentraland Construction", "One should never ignore the power of nature"], - "link": ["Details", "Details"] + "description": ["在全球最大元宇宙平台Decentraland相聚", "基于微软HoloLens 2的工业元宇宙"], + "link": ["相关文章", "相关文章"] }, "sectionOne": { "topic": "世界领先Web 3.0领域应用及多现实混合应用技术研发", "content": { - "title": ["80+", "20+", "2百万+"], + "title": ["110+", "20+", "2百万+"], "subtext": ["元宇宙及区块链工程师与交互专家", "落地项目、专利著作及标准制订", "平方米实际开发量"], "description": ["自2020年起参与元宇宙及区块链建设", "建筑师、开发者、设计师、工程师以及更多", "现实世界及虚拟使用场景相结合"] diff --git a/uno.config.ts b/uno.config.ts index 481870d..88a7c3d 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -67,6 +67,7 @@ export default defineConfig({ 'i-tabler-3d-cube-sphere', 'i-tabler-api-app', 'i-tabler-apple', + 'i-academicons-archive', 'i-ic-sharp-wechat', 'i-ri-twitter-fill', ],