mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
empty 主题加入看板宠物
This commit is contained in:
@@ -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 => {
|
||||
</div>
|
||||
{/* 内容主体 */}
|
||||
<main id="wrapper" className="flex justify-center flex-1 pb-12">
|
||||
<div className="max-w-6xl px-3">{children}</div>
|
||||
<div className="max-w-4xl px-3">{children}</div>
|
||||
<div><Live2D/></div>
|
||||
</main>
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user