From 7cc59fd0abbc347378335054535bf7af156bef04 Mon Sep 17 00:00:00 2001 From: Wcowin <1135801806@qq.com> Date: Wed, 25 Jun 2025 11:14:47 +0800 Subject: [PATCH] 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. --- ads.txt | 1 + docs/ads.txt | 1 + docs/index.md | 12 ++++++++++++ 3 files changed, 14 insertions(+) create mode 100644 ads.txt create mode 100644 docs/ads.txt diff --git a/ads.txt b/ads.txt new file mode 100644 index 0000000..faa5a58 --- /dev/null +++ b/ads.txt @@ -0,0 +1 @@ +google.com, pub-2327435979273742, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/docs/ads.txt b/docs/ads.txt new file mode 100644 index 0000000..faa5a58 --- /dev/null +++ b/docs/ads.txt @@ -0,0 +1 @@ +google.com, pub-2327435979273742, DIRECT, f08c47fec0942fa0 \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index b776d02..4843a76 100644 --- a/docs/index.md +++ b/docs/index.md @@ -238,3 +238,15 @@ body::before { } + + + + \ No newline at end of file