From 758e6436e726041bbb5b65665bbc68d8229cc3e7 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 22 Mar 2022 12:44:00 +0800 Subject: [PATCH] =?UTF-8?q?empty=20=E4=B8=BB=E9=A2=98=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E5=AE=A0=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/empty/LayoutBase.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/empty/LayoutBase.js b/themes/empty/LayoutBase.js index 004a12e5..9bdf2c57 100644 --- a/themes/empty/LayoutBase.js +++ b/themes/empty/LayoutBase.js @@ -1,4 +1,5 @@ import CommonHead from '@/components/CommonHead' +import Live2D from '@/components/Live2D' import Link from 'next/link' /** @@ -28,8 +29,12 @@ const LayoutBase = props => { {/* 内容主体 */}
-
{children}
+
{children}
+
+ ) }