Skip to content

Commit

Permalink
Nav主题加入PET
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jan 31, 2024
1 parent 46aed51 commit 8031fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

Expand Down Expand Up @@ -104,6 +105,7 @@ const LayoutBase = (props) => {

{/* 页脚站点信息 */}
<div className='w-56 fixed left-0 bottom-0 z-0'>
<Live2D />
<Footer {...props} />
</div>
</div>
Expand Down

0 comments on commit 8031fc4

Please sign in to comment.