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}
+
+
)
}