mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 20:09:41 +08:00
为安全中心美化
This commit is contained in:
parent
6627eddb00
commit
c2755eea17
@ -1441,13 +1441,20 @@ spec:
|
|||||||
label: 安全链接页面-站点背景
|
label: 安全链接页面-站点背景
|
||||||
placeholder: '请输入/选择安全链接页面站点的背景'
|
placeholder: '请输入/选择安全链接页面站点的背景'
|
||||||
help: '请输入/选择安全链接页面站点的图标,留空不使用背景'
|
help: '请输入/选择安全链接页面站点的图标,留空不使用背景'
|
||||||
|
- $formkit: text
|
||||||
|
name: security_link_site_title1
|
||||||
|
if: $get(enable_security_link).value
|
||||||
|
label: 安全链接页面-站点标题
|
||||||
|
value: '{title}-安全中心'
|
||||||
|
placeholder: '请输入安全链接页面站点的标题'
|
||||||
|
help: '请输入/选择安全链接页面站点的标题,留空不显示,“ {title} ”表示站点主标题,位置为浏览器显示标题。'
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: security_link_site_title
|
name: security_link_site_title
|
||||||
if: $get(enable_security_link).value
|
if: $get(enable_security_link).value
|
||||||
label: 安全链接页面-站点标题
|
label: 安全链接页面-站点标题
|
||||||
value: '{title}-安全中心'
|
value: '{title}-安全中心'
|
||||||
placeholder: '请输入/选择安全链接页面站点的标题'
|
placeholder: '请输入安全链接页面站点的标题'
|
||||||
help: '请输入/选择安全链接页面站点的标题,留空不显示,“ {title} ”表示站点主标题。'
|
help: '请输入/选择安全链接页面站点的标题,留空不显示,“ {title} ”表示站点主标题,位置为页面头像下方。'
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: security_link_url
|
name: security_link_url
|
||||||
label: 安全链接页面-URL
|
label: 安全链接页面-URL
|
||||||
|
@ -11,7 +11,10 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="robots" content="noindex, nofollow"/>
|
<meta name="robots" content="noindex, nofollow"/>
|
||||||
<title>[[${site.title}]]-安全中心</title>
|
<title th:with="t = ${theme.config.security_link_config.security_link_site_title1},
|
||||||
|
t1 = ${#strings.replace(t, '{title}', site.title)}"
|
||||||
|
th:text="${#strings.isEmpty(t) ? site.title + '-安全中心' : t1}">
|
||||||
|
</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user