mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 07:26:45 +00:00
@@ -61,7 +61,7 @@ const AdSlot = ({ type = 'show' }) => {
|
|||||||
// 原生广告
|
// 原生广告
|
||||||
if (type === 'native') {
|
if (type === 'native') {
|
||||||
return <ins className="adsbygoogle"
|
return <ins className="adsbygoogle"
|
||||||
style={{ display: 'block' }}
|
style={{ display: 'block', textAlign: 'center' }}
|
||||||
data-ad-format="autorelaxed"
|
data-ad-format="autorelaxed"
|
||||||
data-ad-client={BLOG.ADSENSE_GOOGLE_ID}
|
data-ad-client={BLOG.ADSENSE_GOOGLE_ID}
|
||||||
data-ad-slot="4980048999"></ins>
|
data-ad-slot="4980048999"></ins>
|
||||||
|
|||||||
Reference in New Issue
Block a user