From ca9c9a1dc115db598918302c29c8b1e802181edc Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 7 Oct 2025 10:12:59 +0800 Subject: [PATCH] =?UTF-8?q?about=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 2 +- app/components/AppHeader.vue | 4 +- app/components/about/aboutUs.vue | 304 +++++++++++++++++++++++++++++++ app/pages/about.vue | 159 ++++++++++++++++ 4 files changed, 466 insertions(+), 3 deletions(-) create mode 100644 app/components/about/aboutUs.vue create mode 100644 app/pages/about.vue diff --git a/app/app.vue b/app/app.vue index 6b9ac4f..77a14f2 100644 --- a/app/app.vue +++ b/app/app.vue @@ -35,6 +35,6 @@ useSeoMeta({ - + diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 68d7ac7..421714a 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -50,8 +50,8 @@ const items = computed(() => [ }, { label: '关于创特', - to: 'https://github.com/nuxt/ui/releases', - target: '_blank' + to: '/about', + }, { label: '后台管理', to: 'https://ele.ccttiot.com/login', diff --git a/app/components/about/aboutUs.vue b/app/components/about/aboutUs.vue new file mode 100644 index 0000000..2a0d3b6 --- /dev/null +++ b/app/components/about/aboutUs.vue @@ -0,0 +1,304 @@ + + + + + diff --git a/app/pages/about.vue b/app/pages/about.vue new file mode 100644 index 0000000..a60aab4 --- /dev/null +++ b/app/pages/about.vue @@ -0,0 +1,159 @@ + + + + + \ No newline at end of file