From f65ef5551b9cc0fb66ffcbf2bb581c222a793e67 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 18 Jan 2022 16:28:23 +0800 Subject: [PATCH] =?UTF-8?q?NEXT:=20=E5=8F=B3=E4=B8=8B=E8=A7=92=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=EF=BC=8C=E5=BA=95=E9=83=A8=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/NEXT/LayoutBase.js | 2 +- themes/NEXT/LayoutSlug.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/NEXT/LayoutBase.js b/themes/NEXT/LayoutBase.js index a720f518..d93def9a 100644 --- a/themes/NEXT/LayoutBase.js +++ b/themes/NEXT/LayoutBase.js @@ -91,7 +91,7 @@ const LayoutBase = ({ {/* 右下角悬浮 */} -
+
diff --git a/themes/NEXT/LayoutSlug.js b/themes/NEXT/LayoutSlug.js index 1a8b8fb6..ec1ad070 100644 --- a/themes/NEXT/LayoutSlug.js +++ b/themes/NEXT/LayoutSlug.js @@ -29,7 +29,6 @@ export const LayoutSlug = ({ const drawerRight = useRef(null) const targetRef = typeof window !== 'undefined' ? document.getElementById('container') : null - console.log(post) if (post?.blockMap?.block) { post.content = Object.keys(post.blockMap.block) post.toc = getPageTableOfContents(post, post.blockMap)