From e79a69a9971a2f1bf904d34e68789f6fc25595fa Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 29 Aug 2025 17:04:05 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=20&=20=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/about/index.vue | 2 +- app/pages/productions/index.vue | 1 + app/pages/solutions/index.vue | 2 +- app/pages/support/contact-us.vue | 130 +++++++++++++++++++++++++++++++ app/pages/support/index.vue | 65 ++++++++++++++-- app/types/strapi/singleTypes.ts | 4 + i18n/locales/en.json | 3 +- i18n/locales/zh.json | 3 +- 8 files changed, 198 insertions(+), 12 deletions(-) create mode 100644 app/pages/support/contact-us.vue diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index 3a4dc77..7853763 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -20,7 +20,7 @@ 更多信息
- + diff --git a/app/pages/productions/index.vue b/app/pages/productions/index.vue index 2a1863a..ce52779 100644 --- a/app/pages/productions/index.vue +++ b/app/pages/productions/index.vue @@ -134,6 +134,7 @@ onMounted(async () => { .group-list { display: flex; flex-wrap: wrap; + padding-top: 1rem; gap: 20px; justify-content: flex-start; } diff --git a/app/pages/solutions/index.vue b/app/pages/solutions/index.vue index 78a747b..32caee8 100644 --- a/app/pages/solutions/index.vue +++ b/app/pages/solutions/index.vue @@ -97,7 +97,7 @@ onMounted(async () => { \ No newline at end of file diff --git a/app/pages/support/index.vue b/app/pages/support/index.vue index 08f5c66..fd7cc82 100644 --- a/app/pages/support/index.vue +++ b/app/pages/support/index.vue @@ -1,6 +1,12 @@