From 9982481c83abd1bc7fda6b770c9c40c6e46b7e28 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 29 Oct 2025 17:03:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=96=B9=E6=A1=88=E9=A1=B5=E6=96=87=E7=AB=A0=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E4=B8=BA=E5=8D=95=E7=8B=AC=E7=9A=84=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/solutions/SolutionDetail.vue | 54 +++++++++++++++++++ app/pages/solutions/[...slug].vue | 54 +------------------ 2 files changed, 55 insertions(+), 53 deletions(-) create mode 100644 app/components/pages/solutions/SolutionDetail.vue diff --git a/app/components/pages/solutions/SolutionDetail.vue b/app/components/pages/solutions/SolutionDetail.vue new file mode 100644 index 0000000..6eaf8dc --- /dev/null +++ b/app/components/pages/solutions/SolutionDetail.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/app/pages/solutions/[...slug].vue b/app/pages/solutions/[...slug].vue index 5c40968..138af1a 100644 --- a/app/pages/solutions/[...slug].vue +++ b/app/pages/solutions/[...slug].vue @@ -5,21 +5,7 @@ -
-
-

{{ solution.title }}

-
- - CreatedAt: - {{ new Date(solution.createAt).toLocaleDateString() }} - -
-
-

{{ solution.summary }}

-
- -
-
+