chore: 更新谷歌广告发布商ID和相关配置

更新了ads.txt文件和Layout.astro中的谷歌广告发布商ID,并添加了google-adsense-account元标签以匹配新的广告账户配置
This commit is contained in:
afoim
2025-07-11 22:02:45 +08:00
parent 6fb63c6395
commit bc78995ab6
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
google.com, pub-2618491437522884, DIRECT, f08c47fec0942fa0 google.com, pub-1683686345039700, DIRECT, f08c47fec0942fa0

View File

@@ -165,8 +165,9 @@ const bannerOffset =
<!-- Umami分析自建 --> <!-- Umami分析自建 -->
<script defer src="https://umami.afo.im/script.js" data-website-id="4b4e430d-a12c-4a5c-8cf9-df48eb20fd6d"></script> <script defer src="https://umami.afo.im/script.js" data-website-id="4b4e430d-a12c-4a5c-8cf9-df48eb20fd6d"></script>
<!-- 谷歌广告 --> <!-- 谷歌广告 -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2618491437522884" <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1683686345039700"
crossorigin="anonymous"></script> crossorigin="anonymous"></script>
<meta name="google-adsense-account" content="ca-pub-1683686345039700">
<!-- 百度统计 --> <!-- 百度统计 -->
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];