mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 15:10:19 +00:00
Next Theme - WWAds
This commit is contained in:
@@ -14,6 +14,7 @@ import NotionIcon from '@/components/NotionIcon'
|
|||||||
import LazyImage from '@/components/LazyImage'
|
import LazyImage from '@/components/LazyImage'
|
||||||
import { formatDateFmt } from '@/lib/formatDate'
|
import { formatDateFmt } from '@/lib/formatDate'
|
||||||
import { siteConfig } from '@/lib/config'
|
import { siteConfig } from '@/lib/config'
|
||||||
|
import WWAds from '@/components/WWAds'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@@ -79,7 +80,9 @@ export default function ArticleDetail(props) {
|
|||||||
|
|
||||||
{/* Notion内容主体 */}
|
{/* Notion内容主体 */}
|
||||||
<article className='mx-auto'>
|
<article className='mx-auto'>
|
||||||
|
<WWAds className="w-full" orientation="horizontal" />
|
||||||
{post && (<NotionPage post={post} />)}
|
{post && (<NotionPage post={post} />)}
|
||||||
|
<WWAds className="w-full" orientation="horizontal" />
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{showArticleInfo && <>
|
{showArticleInfo && <>
|
||||||
|
|||||||
Reference in New Issue
Block a user