Nav主题加入PET

This commit is contained in:
tangly1024.com
2024-01-31 14:40:56 +08:00
parent 46aed51811
commit 8031fc49fb

View File

@@ -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) => {
{/* 页脚站点信息 */}
<div className='w-56 fixed left-0 bottom-0 z-0'>
<Live2D />
<Footer {...props} />
</div>
</div>