From ed3abd431575c4d6aa2e01bddf5ad6fce450d93e Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Thu, 29 May 2025 14:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=B7=B3=E8=BD=AC=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.vue | 2 +- assets/index.scss | 7 -- components/AppAbout.vue | 16 ++- components/AppAboutdel.vue | 25 +++- components/AppContactUs.vue | 141 +++-------------------- components/AppHome.vue | 20 +++- components/AppMessage.vue | 17 ++- components/AppNews.vue | 31 ++++- components/AppNewsdel.vue | 114 ++++++++++++------ components/AppRegiment.vue | 16 ++- global/env.ts | 2 +- nuxt.config.ts | 4 +- package-lock.json | 4 +- package.json | 1 + pages/index.vue | 115 ++++++++++++++---- plugins/emitter.ts | 3 + public/img/aboutxq.png | Bin 0 -> 1876076 bytes public/img/bilicode.jpg | Bin 0 -> 9652 bytes public/img/dycode.jpg | Bin 0 -> 7935 bytes public/img/lyb.jpg | Bin 0 -> 11572 bytes public/img/{liuyanb.png => messageb.png} | Bin public/img/newsxq.png | Bin 0 -> 1527223 bytes public/img/qnyz.jpg | Bin 0 -> 41311 bytes public/img/tgxzj.jpg | Bin 0 -> 10627 bytes public/img/wbcode.jpg | Bin 0 -> 7302 bytes public/img/wxcode.jpg | Bin 0 -> 7898 bytes 26 files changed, 309 insertions(+), 209 deletions(-) create mode 100644 plugins/emitter.ts create mode 100644 public/img/aboutxq.png create mode 100644 public/img/bilicode.jpg create mode 100644 public/img/dycode.jpg create mode 100644 public/img/lyb.jpg rename public/img/{liuyanb.png => messageb.png} (100%) create mode 100644 public/img/newsxq.png create mode 100644 public/img/qnyz.jpg create mode 100644 public/img/tgxzj.jpg create mode 100644 public/img/wbcode.jpg create mode 100644 public/img/wxcode.jpg diff --git a/app.vue b/app.vue index efb67ed..a3083fa 100644 --- a/app.vue +++ b/app.vue @@ -21,7 +21,7 @@ useSeoMeta({ ogImage: 'https://example.com/image.png', twitterCard: 'summary_large_image', }) -const store = useStore() +const store = useStore(); onMounted(() => { }) diff --git a/assets/index.scss b/assets/index.scss index 5b375e7..fe2b162 100644 --- a/assets/index.scss +++ b/assets/index.scss @@ -596,13 +596,6 @@ height: 440px; } -.box_7 { - width: 100%; - height: 586px; - background: url(public/img/bg-3.png) 100% no-repeat; - background-size: 100% 100%; - margin-top: 2px; -} .text_24 { overflow-wrap: break-word; diff --git a/components/AppAbout.vue b/components/AppAbout.vue index 2ea6e0e..8032865 100644 --- a/components/AppAbout.vue +++ b/components/AppAbout.vue @@ -18,7 +18,7 @@
{{item.title1 }}
{{item.title2 }}
@@ -39,7 +39,7 @@