Compare commits

...

3 Commits

Author SHA1 Message Date
GitHub Action
304e1de3a5 🤖 Auto-update AI summary cache [skip ci] 2025-06-25 03:15:38 +00:00
819b4c1d39 Merge branch 'main' of https://github.com/Wcowin/Mkdocs-Wcowin 2025-06-25 11:14:49 +08:00
7cc59fd0ab Add Google AdSense integration and ads.txt files
Added ads.txt files to the project root and docs directory for ad verification. Integrated Google AdSense script and ad unit into docs/index.md to enable ad display on documentation pages.
2025-06-25 11:14:47 +08:00
4 changed files with 15 additions and 1 deletions

View File

@ -6,5 +6,5 @@
"gemini" "gemini"
], ],
"summary_language": "zh", "summary_language": "zh",
"check_time": "2025-06-20T02:05:44.275212" "check_time": "2025-06-25T03:15:30.701710"
} }

1
ads.txt Normal file
View File

@ -0,0 +1 @@
google.com, pub-2327435979273742, DIRECT, f08c47fec0942fa0

1
docs/ads.txt Normal file
View File

@ -0,0 +1 @@
google.com, pub-2327435979273742, DIRECT, f08c47fec0942fa0

View File

@ -238,3 +238,15 @@ body::before {
} }
</style> </style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2327435979273742"
crossorigin="anonymous"></script>
<!-- AD1 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2327435979273742"
data-ad-slot="3702206121"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>