mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-23 02:55:35 +08:00
📝 Docs: 添加百度搜索资源验证 (#2590)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
d1601bf2fe
commit
10e4ea6743
@ -223,13 +223,28 @@ const siteConfig = {
|
|||||||
locales: ["zh-Hans"],
|
locales: ["zh-Hans"],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
headTags: [
|
||||||
|
// 百度搜索资源平台
|
||||||
|
// https://ziyuan.baidu.com/
|
||||||
|
{
|
||||||
|
tagName: "meta",
|
||||||
|
attributes: {
|
||||||
|
name: "baidu-site-verification",
|
||||||
|
content: "codeva-0GTZpDnDrW",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
scripts: [
|
scripts: [
|
||||||
|
// 百度统计
|
||||||
|
// https://tongji.baidu.com/
|
||||||
{
|
{
|
||||||
type: "text/javascript",
|
type: "text/javascript",
|
||||||
charset: "UTF-8",
|
charset: "UTF-8",
|
||||||
src: "https://hm.baidu.com/hm.js?875efa50097818701ee681edd63eaac6",
|
src: "https://hm.baidu.com/hm.js?875efa50097818701ee681edd63eaac6",
|
||||||
async: true,
|
async: true,
|
||||||
},
|
},
|
||||||
|
// 万维广告
|
||||||
|
// https://wwads.cn/
|
||||||
{
|
{
|
||||||
type: "text/javascript",
|
type: "text/javascript",
|
||||||
charset: "UTF-8",
|
charset: "UTF-8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user