mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 07:26:45 +00:00
empty 主题加入看板宠物
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import CommonHead from '@/components/CommonHead'
|
import CommonHead from '@/components/CommonHead'
|
||||||
|
import Live2D from '@/components/Live2D'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -28,8 +29,12 @@ const LayoutBase = props => {
|
|||||||
</div>
|
</div>
|
||||||
{/* 内容主体 */}
|
{/* 内容主体 */}
|
||||||
<main id="wrapper" className="flex justify-center flex-1 pb-12">
|
<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>
|
</main>
|
||||||
|
<footer>
|
||||||
|
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user