From 8b7a946b4e4dd03be9e2bca72543b52fdeffd92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Wed, 2 Aug 2023 15:09:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/pages/solutions/use-web3.ts | 5 ++ config/use-nav.ts | 8 +-- pages/index.vue | 2 +- pages/solutions.vue | 32 ++++++---- pages/solutions/aigc.vue | 78 +++++++++++++++++++++++++ pages/solutions/digital-twin.vue | 94 ++++++++++++++++++++++++++++++ pages/solutions/mixed-reality.vue | 77 ++++++++++++++++++++++++ pages/solutions/web3.vue | 78 +++++++++++++++++++++++++ 8 files changed, 357 insertions(+), 17 deletions(-) create mode 100644 config/pages/solutions/use-web3.ts create mode 100644 pages/solutions/aigc.vue create mode 100644 pages/solutions/digital-twin.vue create mode 100644 pages/solutions/mixed-reality.vue create mode 100644 pages/solutions/web3.vue diff --git a/config/pages/solutions/use-web3.ts b/config/pages/solutions/use-web3.ts new file mode 100644 index 0000000..e73c053 --- /dev/null +++ b/config/pages/solutions/use-web3.ts @@ -0,0 +1,5 @@ +export function useWeb3() { + return { + + } +} diff --git a/config/use-nav.ts b/config/use-nav.ts index faa5a20..e7dc9e7 100644 --- a/config/use-nav.ts +++ b/config/use-nav.ts @@ -21,28 +21,28 @@ export function useNav(): NavMenu[] { { title: 'nav.solutions.child.land.service[0]', subtitle: 'nav.solutions.child.land.description[0]', - href: '/solutions', + href: '/solutions/web3', icon: 'i-tabler-affiliate', iconColor: 'red', }, { title: 'nav.solutions.child.land.service[1]', subtitle: 'nav.solutions.child.land.description[1]', - href: '/solutions', + href: '/solutions/digital-twin', icon: 'i-tabler-a-b', iconColor: 'amber', }, { title: 'nav.solutions.child.land.service[2]', subtitle: 'nav.solutions.child.land.description[2]', - href: '/solutions', + href: '/solutions/mixed-reality', icon: 'i-tabler-3d-cube-sphere', iconColor: 'amber', }, { title: 'nav.solutions.child.land.service[3]', subtitle: 'nav.solutions.child.land.description[3]', - href: '/solutions', + href: '/solutions/aigc', icon: 'i-iconoir-brain-electricity', iconColor: 'amber', }, diff --git a/pages/index.vue b/pages/index.vue index b4c31d0..6e79191 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -178,7 +178,7 @@ const sectionNine = useSectionNine() class="w-full text-center" >
-
diff --git a/pages/solutions.vue b/pages/solutions.vue
index e9898d2..59c5c02 100644
--- a/pages/solutions.vue
+++ b/pages/solutions.vue
@@ -1,15 +1,23 @@
-
-
-
+ {{ $t(item.title) }}
+
+ {{ $t(item.description) }}
+
+ {{ $t(item.title) }}
+
+ {{ $t(item.description) }}
+
+ {{ $t(item.title) }}
+
+ {{ $t(item.description) }}
+
- {{ $t('waiting') }}
-
-
+ {{ $t(item.topic) }}
+
+
+ {{ $t(item.topic) }}
+
+
+ {{ $t(item.topic) }}
+
+