diff --git a/settings.yaml b/settings.yaml index 5251fad..a298999 100644 --- a/settings.yaml +++ b/settings.yaml @@ -1034,11 +1034,6 @@ spec: label: 开启 - value: false label: 关闭 - - $formkit: singlePageSelect - name: link_comment_id - label: 友链页面-评论区ID - placeholder: '请选择一个页面作为友链页面的评论区ID' - help: '友链页面没有 ID,需要指定一个自定义页面的 ID 用于评论,被指定的页面评论区将作为友链的评论区,未选择时则友链界面不显示评论区。' - $formkit: radio name: enable_tags_tag_color label: 标签页面-开启标签颜色 diff --git a/templates/links.html b/templates/links.html index 3d2a2a9..ef9a08c 100644 --- a/templates/links.html +++ b/templates/links.html @@ -1,7 +1,7 @@ + th:with="baseEnableComment = ${theme.config.page_config.link_enable_comment}">
@@ -51,18 +51,18 @@

评论

diff --git a/theme.yaml b/theme.yaml index 017a3f7..0479e45 100644 --- a/theme.yaml +++ b/theme.yaml @@ -30,9 +30,9 @@ spec: settingName: theme-dream2-plus-setting configMapName: theme-dream2-plus-configMap # 版本号 - version: 0.0.0.13 + version: 0.0.0.15 # 最低支持的 Halo 版本 - require: ">=2.12.0" + require: ">=2.15.0" # 许可 license: - name: "MIT"