From 2fe87975518a01a4e18babc0cdd9e1f3ed64cec5 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Thu, 21 Aug 2025 14:26:58 +0800 Subject: [PATCH] =?UTF-8?q?Feature:=20=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A1=B5=E5=A4=B4=20&=20Markdown=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=99=A8=E5=A2=9E=E5=8A=A0=E5=9B=BE=E5=83=8FUrl?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/JinshenFooter.vue | 8 ++--- app/components/JinshenHeader.vue | 8 ++--- app/components/MarkdownRenderer.vue | 18 ++++++---- app/pages/productions/index.vue | 52 ++++++++++++++++++++++------- app/utils/markdown.ts | 13 ++++++++ i18n/locales/en.json | 13 ++++---- i18n/locales/zh.json | 13 ++++---- 7 files changed, 86 insertions(+), 39 deletions(-) diff --git a/app/components/JinshenFooter.vue b/app/components/JinshenFooter.vue index f2c6ea8..d065f20 100644 --- a/app/components/JinshenFooter.vue +++ b/app/components/JinshenFooter.vue @@ -20,16 +20,16 @@ {{ $t('navigation.home') }}
  • - {{ $t('productions') }} + {{ $t('navigation.productions') }}
  • - {{ $t('solutions') }} + {{ $t('navigation.solutions') }}
  • - {{ $t('support') }} + {{ $t('navigation.support') }}
  • - {{ $t('about-us') }} + {{ $t('navigation.about-us') }}
  • diff --git a/app/components/JinshenHeader.vue b/app/components/JinshenHeader.vue index d31f081..1083f90 100644 --- a/app/components/JinshenHeader.vue +++ b/app/components/JinshenHeader.vue @@ -10,16 +10,16 @@ - {{ $t('productions') }} + {{ $t('navigation.productions') }} - {{ $t('solutions') }} + {{ $t('navigation.solutions') }} - {{ $t('support') }} + {{ $t('navigation.support') }} - {{ $t('about-us') }} + {{ $t('navigation.about-us') }} diff --git a/app/components/MarkdownRenderer.vue b/app/components/MarkdownRenderer.vue index 8c09014..eb09b74 100644 --- a/app/components/MarkdownRenderer.vue +++ b/app/components/MarkdownRenderer.vue @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/app/pages/productions/index.vue b/app/pages/productions/index.vue index 455cbcc..0377ac5 100644 --- a/app/pages/productions/index.vue +++ b/app/pages/productions/index.vue @@ -1,18 +1,31 @@ @@ -78,6 +91,21 @@ onMounted(async () => {