From d96fc4c7da2a31907405316f3f4def33fc3171c8 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 18 Feb 2022 11:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=BB=93=E6=9E=84=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/NEXT/components/ArticleDetail.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/NEXT/components/ArticleDetail.js b/themes/NEXT/components/ArticleDetail.js index dd56feef..de71819c 100644 --- a/themes/NEXT/components/ArticleDetail.js +++ b/themes/NEXT/components/ArticleDetail.js @@ -52,7 +52,7 @@ export default function ArticleDetail ({ post, recommendPosts, prev, next }) { }) return (
-
@@ -118,7 +118,7 @@ export default function ArticleDetail ({ post, recommendPosts, prev, next }) { {/* Notion文章主体 */} -
+
{post.blockMap && ( )} -
+
{/* 文章内嵌广告 */} @@ -169,12 +169,12 @@ export default function ArticleDetail ({ post, recommendPosts, prev, next }) { - - - {/* 评论互动 */} -
- + {/* 评论互动 */} +
+ +
+
) }