新增:适配瞬间标签显示

This commit is contained in:
j m 2024-04-03 18:28:25 +08:00
parent 70333b511b
commit 2b99f567de
3 changed files with 2 additions and 12 deletions

View File

@ -1074,16 +1074,6 @@ spec:
label: 开启 label: 开启
- value: false - value: false
label: 关闭 label: 关闭
- $formkit: radio
name: enable_journals_tag
label: 瞬间页面-开启标签显示
value: false
help: '瞬间存在标签时,开启后会显示,反之不显示。发布瞬间时使用“#xxx”添加标签。'
options:
- value: true
label: 开启
- value: false
label: 关闭
- $formkit: number - $formkit: number
name: journals_fold_height name: journals_fold_height
label: 瞬间页面-动态内容折叠 label: 瞬间页面-动态内容折叠

View File

@ -4,7 +4,7 @@
th:with="isJournals = true, enableShare = ${theme.config.page_config.enable_journals_share}, baseEnableComment = ${theme.config.page_config.enable_journals_comment}" 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"> xmlns:th="https://www.thymeleaf.org">
<th:block th:fragment="content"> <th:block th:fragment="content">
<div class="card card-content journal" th:if="${!#lists.isEmpty(tags) && theme.config.page_config.enable_journals_tag}"> <div class="card card-content journal" th:if="${!#lists.isEmpty(tags)}">
<div class="card-tab"> <div class="card-tab">
<div> <div>
[[${#strings.replace(title, ' - ' + site.title, '')}]] [[${#strings.replace(title, ' - ' + site.title, '')}]]

View File

@ -22,6 +22,6 @@ spec:
settingName: theme-dream-setting settingName: theme-dream-setting
configMapName: theme-dream-configMap configMapName: theme-dream-configMap
# 版本号 # 版本号
version: 1.0.3.28 version: 1.0.3.29
# 最低支持的 Halo 版本 # 最低支持的 Halo 版本
require: ">=2.6.0" require: ">=2.6.0"