mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
movie 主题加入广告
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import AlgoliaSearchModal from '@/components/AlgoliaSearchModal'
|
||||
import Comment from '@/components/Comment'
|
||||
import { AdSlot } from '@/components/GoogleAdsense'
|
||||
import replaceSearchResult from '@/components/Mark'
|
||||
import NotionPage from '@/components/NotionPage'
|
||||
import ShareBar from '@/components/ShareBar'
|
||||
@@ -68,6 +69,11 @@ const LayoutBase = props => {
|
||||
{/* 标题栏 */}
|
||||
{/* {fullWidth ? null : <Title {...props} />} */}
|
||||
|
||||
{/* 广告栏 */}
|
||||
<div className='w-full text-center'>
|
||||
<AdSlot />
|
||||
</div>
|
||||
|
||||
<div
|
||||
id='container-wrapper'
|
||||
className={
|
||||
|
||||
Reference in New Issue
Block a user