From 1ac659cd68cfe506c17c3ed334982dd376b00687 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 3 Sep 2025 14:06:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(support):=20=E9=87=8D=E6=9E=84support?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将segement tab移至单独的vue组件 - 增添部分i18n文本 --- app/components/SupportTabs.vue | 65 ++++++++++++++++++++++++++++++++ app/pages/support/contact-us.vue | 46 +--------------------- app/pages/support/documents.vue | 41 ++++++++++++++++++++ app/pages/support/faq.vue | 43 +++++++++++++++++++++ app/pages/support/index.vue | 47 +---------------------- i18n/locales/en.json | 3 +- i18n/locales/zh.json | 3 +- 7 files changed, 155 insertions(+), 93 deletions(-) create mode 100644 app/components/SupportTabs.vue create mode 100644 app/pages/support/documents.vue create mode 100644 app/pages/support/faq.vue diff --git a/app/components/SupportTabs.vue b/app/components/SupportTabs.vue new file mode 100644 index 0000000..d170be2 --- /dev/null +++ b/app/components/SupportTabs.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/app/pages/support/contact-us.vue b/app/pages/support/contact-us.vue index 34f94ca..c03d7f4 100644 --- a/app/pages/support/contact-us.vue +++ b/app/pages/support/contact-us.vue @@ -1,9 +1,7 @@