部分组件bug修复

This commit is contained in:
tangly1024
2024-11-23 20:17:52 +08:00
parent 0d832e48ba
commit 401d7149a1
6 changed files with 49 additions and 37 deletions

View File

@@ -8,6 +8,7 @@ import { GlobalStyle } from './GlobalStyle'
import { initGoogleAdsense } from './GoogleAdsense'
import Head from 'next/head'
import ExternalScript from './ExternalScript'
import WebWhiz from './Webwhiz'
/**
@@ -258,10 +259,10 @@ const ExternalPlugin = props => {
{/* 提前连接到广告服务器 */}
<link rel='preconnect' href='https://cdn.wwads.cn' />
</Head>
<script
<ExternalScript
type='text/javascript'
src='https://cdn.wwads.cn/js/makemoney.js'
async></script>
/>
</>
)}