百度收录

This commit is contained in:
1152958806@qq.com 2023-08-10 00:38:04 +08:00
parent b26172e3d2
commit 9e5381c8a8
2 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,11 @@ spec:
label: 公安备案
placeholder: 请输入公安备案号
help: 格式:皖公网安备 xxxxxxxx 号
- $formkit: text
name: siteVerification
label: 百度收录(验证码)
placeholder: 格式codeva-xxxxxxx
help: 申请地址https://ziyuan.baidu.com/site/siteadd验证网站使用HTML标签验证代码中的content就是需要填写的验证码
- $formkit: url
name: copyrightAgreement
label: 版权协议

View File

@ -8,7 +8,7 @@
<title th:text="${site.title}"></title>
<meta content="telephone=no" name="format-detection">
<meta content="var(--heo-card-bg)" name="theme-color">
<meta name="baidu-site-verification" th:content="${theme.config.basics.siteVerification}" />
<link rel="shortcut icon"
th:href="@{${#strings.isEmpty(site.favicon) ? assets_link + '/images/hao-logo.jpg' : site.favicon}}"/>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>