From 4262b6091c2d18fab5adf2bc32d939478d464643 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 16 Apr 2024 23:17:59 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/PostCard.vue | 130 +++++++++++++-------- frontend/src/pages/service.vue | 58 +++++++++- frontend/src/pages/world.vue | 167 ++++++++++++++++++++++++--- 3 files changed, 292 insertions(+), 63 deletions(-) diff --git a/frontend/src/components/PostCard.vue b/frontend/src/components/PostCard.vue index 9a3ec01..0064336 100644 --- a/frontend/src/components/PostCard.vue +++ b/frontend/src/components/PostCard.vue @@ -1,44 +1,32 @@ + + + + + + + + + \ No newline at end of file diff --git a/frontend/src/pages/service.vue b/frontend/src/pages/service.vue index 0583c6d..ce75fc4 100644 --- a/frontend/src/pages/service.vue +++ b/frontend/src/pages/service.vue @@ -1,10 +1,39 @@