mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Nav主题加入PET
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user