Merge pull request #415 from chengzhongxue/main

去掉百度收录改成插件了
This commit is contained in:
困困鱼 2023-08-12 15:38:56 +08:00 committed by GitHub
commit 9a6bf9ba6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

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

View File

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