This commit is contained in:
tangly1024
2023-02-19 10:55:17 +08:00

View File

@@ -27,8 +27,8 @@ const CommonScript = () => {
</>)} </>)}
{/* GoogleAdsense */} {/* GoogleAdsense */}
{BLOG.ADSENSE_GOOGLE_ID && (<script data-ad-client={BLOG.ADSENSE_GOOGLE_ID} async {BLOG.ADSENSE_GOOGLE_ID && <script async src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${BLOG.ADSENSE_GOOGLE_ID}`}
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>)} crossorigin="anonymous" />}
{BLOG.COMMENT_CUSDIS_APP_ID && <script defer src='https://cusdis.com/js/widget/lang/zh-cn.js' />} {BLOG.COMMENT_CUSDIS_APP_ID && <script defer src='https://cusdis.com/js/widget/lang/zh-cn.js' />}