From cd68988ee7558a79e90b8a0a824f9c52b105a0dc Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 13 Jul 2023 10:17:24 +0800 Subject: [PATCH] =?UTF-8?q?gitbook=E8=AF=84=E8=AE=BA=E5=8C=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/gitbook/index.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/themes/gitbook/index.js b/themes/gitbook/index.js index e5bb0323..5f1c105f 100644 --- a/themes/gitbook/index.js +++ b/themes/gitbook/index.js @@ -76,7 +76,7 @@ const LayoutBase = (props) => {
-
+
@@ -179,7 +179,7 @@ const LayoutIndex = (props) => { }) }, []) - return + return } /** @@ -189,7 +189,7 @@ const LayoutIndex = (props) => { * @returns */ const LayoutPostList = (props) => { - return + return } /** @@ -213,9 +213,6 @@ const LayoutSlug = (props) => { {/* Notion文章主体 */} {post && (
-
)} - -
{/* 分享 */} @@ -232,7 +229,7 @@ const LayoutSlug = (props) => { -
+ )} }