From fa0593d4ce238745c64ffc340d3ee935a6d10316 Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 00:32:40 +0800 Subject: [PATCH] deploy: auto commit repo-root changes 2026-08-03 00:32:40 --- .../components/post-card.vue | 68 +++++++++++++------ uniapp/src/pages/community/community.vue | 22 +++--- 2 files changed, 58 insertions(+), 32 deletions(-) diff --git a/uniapp/src/packages_community/components/post-card.vue b/uniapp/src/packages_community/components/post-card.vue index f26f7ea..603181a 100644 --- a/uniapp/src/packages_community/components/post-card.vue +++ b/uniapp/src/packages_community/components/post-card.vue @@ -18,7 +18,9 @@ {{ post.user?.nickname || '匿名用户' }} - + 置顶 {{ formatTime(post.create_time) }} @@ -31,7 +33,8 @@ {{ contentTitle }} - + {{ contentSummary }} @@ -52,8 +55,9 @@