diff --git a/config/pages/home/use-section-two.ts b/config/pages/home/use-section-two.ts index 513a1d1..aee2f50 100644 --- a/config/pages/home/use-section-two.ts +++ b/config/pages/home/use-section-two.ts @@ -33,7 +33,31 @@ export function useSectionTwo() { { title: 'home.sectionTwo.content.title[1]', imgs: [ - + { + img: '/imgs/Partners/500/Decentraland.png', + href: 'https://decentraland.org', + title: 'Decentraland', + }, + { + img: '/imgs/Partners/500/Sandbox.png', + href: 'https://www.sandbox.game', + title: 'Sandbox', + }, + { + img: '/imgs/Partners/500/SomniumSpace.png', + href: 'https://somniumspace.com/', + title: 'SomniumSpace', + }, + { + img: '/imgs/Partners/500/CryptoVoxels.png', + href: 'https://www.voxels.com/', + title: 'CryptoVoxels', + }, + { + img: '/imgs/Partners/500/Readyplayerme.png', + href: 'https://readyplayer.me', + title: 'ReadyPlayerMe', + }, { img: '/imgs/Partners/500/Ultiverse.png', href: 'https://www.ultiverse.io/home', @@ -70,6 +94,16 @@ export function useSectionTwo() { { title: 'home.sectionTwo.content.title[2]', imgs: [ + { + img: '/imgs/Partners/500/Unity.png', + href: 'https://www.unity.com/', + title: 'Unity', + }, + { + img: '/imgs/Partners/500/UnrealEngine.png', + href: 'https://www.unrealengine.com/', + title: 'UnrealEngine', + }, { img: '/imgs/Partners/500/Hololens.png', href: 'https://www.microsoft.com/', diff --git a/content/zh/terms-of-use.md b/content/zh/terms-of-use.md index fb98b22..eeecadd 100644 --- a/content/zh/terms-of-use.md +++ b/content/zh/terms-of-use.md @@ -80,8 +80,6 @@ TOPVERSE®有限许可您在您的计算机设备上浏览(使用)本网站   8. 无担保声明 -本网址包含的所有信息,包括有关牙科、医疗、产品、治疗方案及其他与产品有关服务等信息仅供参考。上述信息不应被视为完整信息,也不得用于替代患者与专业医师之间的就诊、咨询或建议,或任何包含在产品包装或标签上的信息。本网址无法提供详尽全面的信息,且并未涵盖所有的疾病、身体状况以及相应的治疗方案。网站所发布的信息仅供参考,一旦使用,后果自负。切勿因您在本网站获取的信息而忽视牙科或医疗意见,或延迟获得该等意见,且不得使用本网站包含的信息自行诊断牙科或健康问题,或开具药物。 - TOPVERSE®保留在任何时候提供本网站替换、修改、升级版本的权利。网站新版本发布后,TOPVERSE®不保证旧版本网站的继续可用。TOPVERSE®保留因业务发展需要,单方面对网站的部分功能效果进行改变或进行限制的权利。 diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 037f973..16acc96 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -42,7 +42,7 @@ }, "sectionTwo": { "content": { - "title": ["合作伙伴及项目方", "内容合作平台", "硬件开发及专业委员会"] + "title": ["合作伙伴及项目方", "数字资产合作及落地平台", "硬件技术开发及专业委员会"] } }, "sectionThree": { @@ -108,21 +108,21 @@ "content": { "title": [ "工业级混合现实", - "虚拟城市设计及空间打造", + "XR终端应用开发", "互联网 3.0", - "大模型训练" + "生成式人工智能" ], "topic": [ "数字孪生", - "参数化设计及编程设计", - "数字经济生态", - "AIGC及云计算服务" + "虚拟城市设计及空间交互打造", + "数字经济与内容生态", + "数字内容制作及工业应用" ], "description": [ "为工业制造及基础产业赋能,涵盖建设、矿业、水务、港口、能源等多个应用场景", "将虚拟与现实融合贯通,将数字世界带入物理世界,实践元宇宙更为广阔的使用场景", "去中心化管理及运营数字资产,并结合区块链技术为用户带来更为安全、便捷的使用体验与更为丰富的数字文化创意内容", - "人工智能大模型训练三维资产,为数字资产及沉浸式体验提供更加精准训练的模型接口" + "涵盖大模型训练LLM/LoRA、神经渲染算法NerF、ChatGPT©、Midjourney©、Stable Diffusion©等多领域及深度的内容生成及制作" ], "link": [ "查看更多", @@ -162,9 +162,9 @@ } }, "sectionNine": { - "title": "下一代多现实交互形式", + "title": "互联网3.0时代多现实交互形式", "topic": "让数字世界在物理世界中可玩、可感、可塑", - "description": "参与到这场全新的变革中并享受他吧" + "description": "参与到这场全新的变革中并享受他吧!" } }, "foot": { diff --git a/public/imgs/Partners/500/CryptoVoxels.png b/public/imgs/Partners/500/CryptoVoxels.png new file mode 100644 index 0000000..acea2fc Binary files /dev/null and b/public/imgs/Partners/500/CryptoVoxels.png differ diff --git a/public/imgs/Partners/500/Decentraland.png b/public/imgs/Partners/500/Decentraland.png new file mode 100644 index 0000000..fde0def Binary files /dev/null and b/public/imgs/Partners/500/Decentraland.png differ diff --git a/public/imgs/Partners/500/Readyplayerme.png b/public/imgs/Partners/500/Readyplayerme.png new file mode 100644 index 0000000..f8de3fb Binary files /dev/null and b/public/imgs/Partners/500/Readyplayerme.png differ diff --git a/public/imgs/Partners/500/Sandbox.png b/public/imgs/Partners/500/Sandbox.png new file mode 100644 index 0000000..2437ce2 Binary files /dev/null and b/public/imgs/Partners/500/Sandbox.png differ diff --git a/public/imgs/Partners/500/SomniumSpace.png b/public/imgs/Partners/500/SomniumSpace.png new file mode 100644 index 0000000..bb2f769 Binary files /dev/null and b/public/imgs/Partners/500/SomniumSpace.png differ diff --git a/public/imgs/Partners/500/Unity.png b/public/imgs/Partners/500/Unity.png new file mode 100644 index 0000000..79384d6 Binary files /dev/null and b/public/imgs/Partners/500/Unity.png differ diff --git a/public/imgs/Partners/500/UnrealEngine.png b/public/imgs/Partners/500/UnrealEngine.png new file mode 100644 index 0000000..a1c446d Binary files /dev/null and b/public/imgs/Partners/500/UnrealEngine.png differ