From 500de957548ecdb1337fef3f2d154b922ed3121d Mon Sep 17 00:00:00 2001 From: ipatpat Date: Tue, 3 Jan 2023 23:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Bug=E4=BF=AE=E5=A4=8D=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DMedium=E4=B8=BB=E9=A2=98footer=E4=B8=AD

{t?= =?UTF-8?q?itle}

=E6=98=BE=E7=A4=BA=E7=A9=BA=E7=99=BD=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/medium/LayoutBase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/medium/LayoutBase.js b/themes/medium/LayoutBase.js index 6d51e797..10f2d196 100644 --- a/themes/medium/LayoutBase.js +++ b/themes/medium/LayoutBase.js @@ -20,7 +20,7 @@ import BLOG from '@/blog.config' * @constructor */ const LayoutBase = props => { - const { children, meta, showInfoCard = true, slotRight, slotTop } = props + const { children, meta, showInfoCard = true, slotRight, slotTop, siteInfo } = props const { locale } = useGlobal() const router = useRouter() @@ -61,7 +61,7 @@ const LayoutBase = props => { {/* 移动端底部 */} -