mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 17:49:40 +08:00
瞬间界面支持隐藏标签栏
This commit is contained in:
parent
a3e4e826be
commit
d8bd2d8f64
@ -1144,6 +1144,15 @@ spec:
|
||||
label: 开启
|
||||
- value: false
|
||||
label: 关闭
|
||||
- $formkit: radio
|
||||
name: enable_journals_tags
|
||||
label: 瞬间页面-开启标签栏
|
||||
value: true
|
||||
options:
|
||||
- value: true
|
||||
label: 开启
|
||||
- value: false
|
||||
label: 关闭
|
||||
- $formkit: number
|
||||
name: journals_fold_height
|
||||
label: 瞬间页面-动态内容折叠
|
||||
|
@ -4,7 +4,7 @@
|
||||
th:with="isJournals = true, enableShare = ${theme.config.page_config.enable_journals_share}, baseEnableComment = ${theme.config.page_config.enable_journals_comment}"
|
||||
xmlns:th="https://www.thymeleaf.org">
|
||||
<th:block th:fragment="content">
|
||||
<div class="card card-content journal" th:if="${!#lists.isEmpty(tags)}">
|
||||
<div class="card card-content journal" th:if="${!#lists.isEmpty(tags) && theme.config.page_config.enable_journals_tags}">
|
||||
<div class="card-tab">
|
||||
<div>
|
||||
[[${#strings.replace(title, ' - ' + site.title, '')}]]
|
||||
|
@ -30,7 +30,7 @@ spec:
|
||||
settingName: theme-dream2-plus-setting
|
||||
configMapName: theme-dream2-plus-configMap
|
||||
# 版本号
|
||||
version: 1.3.3.beta3
|
||||
version: 1.3.3.beta4
|
||||
# 最低支持的 Halo 版本
|
||||
require: ">=2.20.0"
|
||||
# 许可
|
||||
|
Loading…
x
Reference in New Issue
Block a user