mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
adsense广告位
This commit is contained in:
@@ -20,7 +20,8 @@ export const BlogListPage = props => {
|
||||
|
||||
<div id="container">
|
||||
{posts?.map((p, index) => (<div key={p.id}>
|
||||
{(index + 1) % 3 === 0 && <AdSlot type='flow' />}
|
||||
{(index + 1) % 3 === 0 && <AdSlot type='in-article' />}
|
||||
{ (index + 1) === 4 && <AdSlot type='flow'/>}
|
||||
<BlogItem post={p} />
|
||||
</div>))}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user