From ecda1e99872ada7f8c1efed0463f6a07a855bf0a Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Tue, 13 Aug 2024 15:00:54 +0800 Subject: [PATCH] AMAP fixed dark mode markdown --- client/src/pages/CommunityPage.tsx | 5 ++++- client/src/pages/PostPage.tsx | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/client/src/pages/CommunityPage.tsx b/client/src/pages/CommunityPage.tsx index d4dca69..f12e4be 100644 --- a/client/src/pages/CommunityPage.tsx +++ b/client/src/pages/CommunityPage.tsx @@ -296,7 +296,10 @@ export default function CommunityPage() {
- + {post.content}
diff --git a/client/src/pages/PostPage.tsx b/client/src/pages/PostPage.tsx index 2b1ee3a..37c6f7b 100644 --- a/client/src/pages/PostPage.tsx +++ b/client/src/pages/PostPage.tsx @@ -221,7 +221,10 @@ const PostPage: React.FC = () => {
- + {post.content}