diff --git a/config.toml b/config.toml index fff0e8d..be6b750 100644 --- a/config.toml +++ b/config.toml @@ -24,8 +24,8 @@ publishDir = "public" # 站点静态文件保存目录 fancybox = true # 使用 Fancybox 实现图片灯箱/放大功能 [params.seo] - baiduhmid = 'efccc04cb44fc49faddac5876180b369' # 百度统计 hm.src 的 ID - baiduSiteVer = 'codeva-cCAOSG8MBO' # 百度HTML标签验证(baidu-site-verification) + baiduhmid = '' # 百度统计 hm.src 的 ID + baiduSiteVer = '' # 百度HTML标签验证(baidu-site-verification) tj51laid = '' # 51.LA 网站统计 tj51lack = '' GoogleAdsClient = '' # Google AdSense diff --git a/data/webstack.yml b/data/webstack.yml index 231d966..7c69a1c 100644 --- a/data/webstack.yml +++ b/data/webstack.yml @@ -6,19 +6,19 @@ - title: 我的博客 logo: https://lskypro.suqingyu.com/share/navigation/2025/02/17/67b34297c158a.webp url: https://blog.suqingyu.com - description: 更多精彩,等你发现! + description: 分享学习笔记、教程和个人经验 - title: 我的B站 logo: https://lskypro.suqingyu.com/share/navigation/2025/02/17/67b34538d2515.webp url: https://space.bilibili.com/5012299 - description: 更多精彩,等你发现! + description: 在B站分享各种有趣和实用的内容 - title: 我的Github logo: https://lskypro.suqingyu.com/share/navigation/2025/02/17/67b34586d176a.webp url: https://github.com/QingYu-Su - description: 更多精彩,等你发现! + description: 在GitHub上分享我的项目和代码,欢迎访问和Star - title: 我的公众号 logo: https://lskypro.suqingyu.com/share/navigation/2025/02/17/67b345aa9b5d1.webp url: https://blog.suqingyu.com/upload/%E5%BE%AE%E4%BF%A1%E6%90%9C%E4%B8%80%E6%90%9C.jpg - description: 更多精彩,等你发现! + description: 关注我的公众号,获取更多有价值的内容和动态 - taxonomy: 搜索引擎 icon: fas fa-search diff --git a/public/about/index.html b/public/about/index.html index ced749c..7ac1f77 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -11,8 +11,6 @@ - - - var _hmt = _hmt || []; - (function () { - var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?efccc04cb44fc49faddac5876180b369"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - diff --git a/public/index.html b/public/index.html index 4921d20..4aed79c 100644 --- a/public/index.html +++ b/public/index.html @@ -12,8 +12,6 @@ - - - var _hmt = _hmt || []; - (function () { - var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?efccc04cb44fc49faddac5876180b369"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - @@ -495,7 +485,7 @@ + class="card no-c mb-4" data-toggle="tooltip" data-placement="bottom" data-original-title="分享学习笔记、教程和个人经验"> @@ -511,7 +501,7 @@ 我的博客 - 更多精彩,等你发现! + 分享学习笔记、教程和个人经验 @@ -528,7 +518,7 @@ + class="card no-c mb-4" data-toggle="tooltip" data-placement="bottom" data-original-title="在B站分享各种有趣和实用的内容"> @@ -544,7 +534,7 @@ 我的B站 - 更多精彩,等你发现! + 在B站分享各种有趣和实用的内容 @@ -561,7 +551,7 @@ + class="card no-c mb-4" data-toggle="tooltip" data-placement="bottom" data-original-title="在GitHub上分享我的项目和代码,欢迎访问和Star"> @@ -577,7 +567,7 @@ 我的Github - 更多精彩,等你发现! + 在GitHub上分享我的项目和代码,欢迎访问和Star @@ -594,7 +584,7 @@ + class="card no-c mb-4" data-toggle="tooltip" data-placement="bottom" data-original-title="关注我的公众号,获取更多有价值的内容和动态"> @@ -610,7 +600,7 @@ 我的公众号 - 更多精彩,等你发现! + 关注我的公众号,获取更多有价值的内容和动态
更多精彩,等你发现!
分享学习笔记、教程和个人经验
在B站分享各种有趣和实用的内容
在GitHub上分享我的项目和代码,欢迎访问和Star
关注我的公众号,获取更多有价值的内容和动态