From 8031fc49fb5ca55d0c38c2b661e1ced712d08c39 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 31 Jan 2024 14:40:56 +0800 Subject: [PATCH] =?UTF-8?q?Nav=E4=B8=BB=E9=A2=98=E5=8A=A0=E5=85=A5PET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/nav/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/nav/index.js b/themes/nav/index.js index 8b4edde2..1dc87c3d 100755 --- a/themes/nav/index.js +++ b/themes/nav/index.js @@ -32,6 +32,7 @@ import dynamic from 'next/dynamic' import { MenuItem } from './components/MenuItem' import LogoBar from './components/LogoBar' import { siteConfig } from '@/lib/config' +import Live2D from '@/components/Live2D' const WWAds = dynamic(() => import('@/components/WWAds'), { ssr: false }) @@ -104,6 +105,7 @@ const LayoutBase = (props) => { {/* 页脚站点信息 */}
+