commit
9a6bf9ba6a
|
@ -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: 版权协议
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue