diff --git a/components/ExternalPlugins.js b/components/ExternalPlugins.js index 8e7ab3fc959..4adb21ed8f1 100644 --- a/components/ExternalPlugins.js +++ b/components/ExternalPlugins.js @@ -7,6 +7,7 @@ import { useEffect } from 'react' import { GlobalStyle } from './GlobalStyle' import { initGoogleAdsense } from './GoogleAdsense' +import Head from 'next/head' import WebWhiz from './Webwhiz' /** @@ -252,10 +253,16 @@ const ExternalPlugin = props => { )} {AD_WWADS_ID && ( - + <> + + {/* 提前连接到广告服务器 */} + + + + )} {/* {COMMENT_TWIKOO_ENV_ID &&