From a6d0b71e97932368ebea8a7c2b7113c0b6b52482 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 20 Jun 2023 16:01:50 +0800 Subject: [PATCH] adsense --- components/GoogleAdsense.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/GoogleAdsense.js b/components/GoogleAdsense.js index c2704313..c6a80b2a 100644 --- a/components/GoogleAdsense.js +++ b/components/GoogleAdsense.js @@ -45,7 +45,7 @@ const AdSlot = ({ type = 'show' }) => { data-ad-layout="in-article" data-ad-format="fluid" data-ad-client={BLOG.ADSENSE_GOOGLE_ID} - data-ad-slot="3806269138" data-adtest="on"> + data-ad-slot="3806269138"> } // 信息流广告 @@ -55,7 +55,7 @@ const AdSlot = ({ type = 'show' }) => { data-ad-layout-key="-5j+cz+30-f7+bf" style={{ display: 'block' }} data-ad-client={BLOG.ADSENSE_GOOGLE_ID} - data-ad-slot="1510444138" data-adtest="on"> + data-ad-slot="1510444138"> } // 原生广告 @@ -64,7 +64,7 @@ const AdSlot = ({ type = 'show' }) => { style={{ display: 'block', textAlign: 'center' }} data-ad-format="autorelaxed" data-ad-client={BLOG.ADSENSE_GOOGLE_ID} - data-ad-slot="4980048999" data-adtest="on"> + data-ad-slot="4980048999"> } // 展示广告 @@ -73,7 +73,7 @@ const AdSlot = ({ type = 'show' }) => { data-ad-client={BLOG.ADSENSE_GOOGLE_ID} data-ad-slot="8807314373" data-ad-format="auto" - data-full-width-responsive="true" data-adtest="on"> + data-full-width-responsive="true"> } export { AdSlot }