From 6ec9dd97aa4fd635310d427372e35a9956f4f788 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 9 Mar 2023 12:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E6=A0=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/simple/components/BlogItem.js | 1 - themes/simple/components/TopBar.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/simple/components/BlogItem.js b/themes/simple/components/BlogItem.js index 3029a7b6..038aeda7 100644 --- a/themes/simple/components/BlogItem.js +++ b/themes/simple/components/BlogItem.js @@ -4,7 +4,6 @@ import CONFIG_SIMPLE from '../config_simple' export const BlogItem = props => { const { post } = props - console.log(post) return

diff --git a/themes/simple/components/TopBar.js b/themes/simple/components/TopBar.js index acd3a5cd..1f19edf1 100644 --- a/themes/simple/components/TopBar.js +++ b/themes/simple/components/TopBar.js @@ -7,7 +7,7 @@ import CONFIG_SIMPLE from '../config_simple' export const TopBar = (props) => { if (CONFIG_SIMPLE.TOP_BAR_CONTENT) { return
-
+
} return <>