feat: 多重广告
This commit is contained in:
parent
b29979aa4c
commit
7f8e002cad
|
@ -50,6 +50,22 @@ export default function RootLayout({
|
||||||
data-full-width-responsive="true"
|
data-full-width-responsive="true"
|
||||||
></ins>
|
></ins>
|
||||||
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
||||||
|
{/* 多重 */}
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2935642389749184"
|
||||||
|
crossOrigin="anonymous"
|
||||||
|
></script>
|
||||||
|
{/*
|
||||||
|
// @ts-ignore */}
|
||||||
|
<ins
|
||||||
|
class="adsbygoogle"
|
||||||
|
style={{ display: "block" }}
|
||||||
|
data-ad-format="autorelaxed"
|
||||||
|
data-ad-client="ca-pub-2935642389749184"
|
||||||
|
data-ad-slot="8422082476"
|
||||||
|
></ins>
|
||||||
|
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
||||||
</head>
|
</head>
|
||||||
<body>{children}</body>
|
<body>{children}</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue