diff --git a/config/pages/home/use-section-web3.ts b/config/pages/home/use-section-web3.ts deleted file mode 100644 index 6c6eab3..0000000 --- a/config/pages/home/use-section-web3.ts +++ /dev/null @@ -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', - }, - - ], - } -} diff --git a/config/pages/solutions/use-digital-twin.ts b/config/pages/solutions/use-digital-twin.ts index 964cc5f..5f54406 100644 --- a/config/pages/solutions/use-digital-twin.ts +++ b/config/pages/solutions/use-digital-twin.ts @@ -1,66 +1,66 @@ export function useDigitalTwin() { return { - ending: 'Ajlksdjflajsd;lfja;ldf', + ending: 'home.sectionDigitalTwin.ending', head: { - img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg', - topic: 'Never Drink Alone:The Bar Symphony', - title: 'Metaverse Space Design', - description: 'Award-Winning Project', + img: '/imgs/Solutions/DigitalTwin/header-digital-twin.jpg', + topic: '多终端数字孪生解决方案', + title: '新时代数字基建', + description: 'Multi-Device Digital Twin Solutions', }, feature: { - topic: 'home.sectionEight.topic', - description: 'home.sectionEight.description', + topic: 'home.sectionDigitalTwin.feature.topic', + description: 'home.sectionDigitalTwin.feature.description', content: [ { - title: 'home.sectionEight.content.title[0]', - description: 'home.sectionEight.content.topic[0]', - icon: 'i-medical-icon-i-health-services', + title: 'home.sectionDigitalTwin.content.title[0]', + description: 'home.sectionDigitalTwin.content.topic[0]', + icon: 'i-icomoon-free-make-group', }, { - title: 'home.sectionEight.content.title[1]', - description: 'home.sectionEight.content.topic[1]', - icon: 'i-maki-college-11', + title: 'home.sectionDigitalTwin.content.title[1]', + description: 'home.sectionDigitalTwin.content.topic[1]', + icon: 'i-octicon-git-pull-request', }, { - title: 'home.sectionEight.content.title[2]', - description: 'home.sectionEight.content.topic[2]', - icon: 'i-maki-amusement-park-11', + title: 'home.sectionDigitalTwin.content.title[2]', + description: 'home.sectionDigitalTwin.content.topic[2]', + icon: 'i-icon-park-solid-hospital-four', }, { - title: 'home.sectionEight.content.title[3]', - description: 'home.sectionEight.content.topic[3]', - icon: 'i-maki-gaming', + title: 'home.sectionDigitalTwin.content.title[3]', + description: 'home.sectionDigitalTwin.content.topic[3]', + icon: 'i-icon-park-solid-solar-energy-one', }, { - title: 'home.sectionEight.content.title[4]', - description: 'home.sectionEight.content.topic[4]', - icon: 'i-maki-city', + title: 'home.sectionDigitalTwin.content.title[4]', + description: 'home.sectionDigitalTwin.content.topic[4]', + icon: 'i-icon-park-solid-airplane', }, { - title: 'home.sectionEight.content.title[5]', - description: 'home.sectionEight.content.topic[5]', - icon: 'i-maki-basketball-11', + title: 'home.sectionDigitalTwin.content.title[5]', + description: 'home.sectionDigitalTwin.content.topic[5]', + icon: 'i-akar-icons-plant', }, { - title: 'home.sectionEight.content.title[6]', - description: 'home.sectionEight.content.topic[6]', - icon: 'i-maki-baseball-11', + title: 'home.sectionDigitalTwin.content.title[6]', + description: 'home.sectionDigitalTwin.content.topic[6]', + icon: 'i-icon-park-solid-building-two', }, { - title: 'home.sectionEight.content.title[7]', - description: 'home.sectionEight.content.topic[7]', - icon: 'i-maki-communications-tower-11', + title: 'home.sectionDigitalTwin.content.title[7]', + description: 'home.sectionDigitalTwin.content.topic[7]', + icon: 'i-heroicons-solid-academic-cap', }, ], }, solutions: { - title: 'home.sectionFour.title', - topic: 'home.sectionFour.topic', - description: 'home.sectionFour.description', + title: 'home.sectionDigitalTwin.title', + topic: 'home.sectionDigitalTwin.topic', + description: 'home.sectionDigitalTwin.description', link: { - name: 'home.sectionFour.link', - href: '#', + name: 'home.sectionDigitalTwin.link', + href: '/release', }, content: [ { diff --git a/config/pages/solutions/use-web3.ts b/config/pages/solutions/use-web3.ts index 4545a4f..723c120 100644 --- a/config/pages/solutions/use-web3.ts +++ b/config/pages/solutions/use-web3.ts @@ -1,6 +1,6 @@ export function useWeb3() { return { - ending: 'Ajlksdjflajsd;lfja;ldf', + ending: 'home.sectionWeb3.ending', head: { img: '/imgs/Solutions/Web3/web3blockchainheader.png', topic: '互联网3.0内容及交互生态', diff --git a/locales/zh-CN.json b/locales/zh-CN.json index db02fc1..907885d 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -201,6 +201,33 @@ "link":"点击查看更多动态" } + }, + "sectionDigitalTwin":{ + "content":{ + "title":[ + "工业制造", + "城市规划", + "医疗保健", + "能源管理", + "航空航天", + "智慧农业", + "地产建筑", + "教育培训" + ], + "topic":[ + "模拟和优化生产线,提高生产效率和质量,设计和测试新产品,减少原型制作的成本和时间", + "模拟城市的发展,优化决策模型,交通流模拟,优化交通信号和道路设计等", + "模拟复杂手术,提前规划手术步骤,基于患者的数字孪生,制定更个性化的治疗方案", + "优化供能网络运营,提高能源效率和可靠性,规划和管理可再生能源资源的集成,如太阳能和风能", + "飞机和航天器的飞行模拟,培训飞行员和测试飞行器性能,监测和诊断飞机或卫星的状态,提前预防故障", + "监测土壤条件、农作物生长情况,以更好地管理农业资源,模拟气候变化对农业的影响,制定应对策略", + "混合现实数字孪生及建筑信息模型解决方案全案打造,创建数字孪生以管理和维护大型不动产", + "虚拟实验室,进行科学实验和工程项目的模拟,模拟古代城市或历史事件,增强学习体验" + ] + }, + "topic":"全栈式信息层级部署多终端数字孪生", + "description":"全息互联,精细仿真模拟", + "link":"点击查看更多动态" } }, "community": { diff --git a/public/imgs/Partners/500/WMC.png b/public/imgs/Partners/500/WMC.png new file mode 100644 index 0000000..a180fe5 Binary files /dev/null and b/public/imgs/Partners/500/WMC.png differ diff --git a/uno.config.ts b/uno.config.ts index aa30632..22f836a 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -83,6 +83,14 @@ export default defineConfig({ 'i-icomoon-free-dice', 'i-icon-park-solid-anchor-one', 'i-icon-park-solid-address-book', + 'i-icomoon-free-make-group', + 'i-octicon-git-pull-request', + 'i-icon-park-solid-hospital-four', + 'i-icon-park-solid-solar-energy-one', + 'i-icon-park-solid-airplane', + 'i-akar-icons-plant', + 'i-icon-park-solid-building-two', + 'i-heroicons-solid-academic-cap', ], presets: [ presetAnu(),