diff --git a/settings.yaml b/settings.yaml index 5658464..4e52bb7 100644 --- a/settings.yaml +++ b/settings.yaml @@ -1405,7 +1405,7 @@ spec: id: enable_security_link label: 开启 安全链接页面 value: false - help: '开启安全链接页面前,请先使用’安全链接页面模版‘创建页面。' + help: '开启安全链接页面前,请先使用“安全链接页面模版”创建页面。' options: - value: true label: 开启 @@ -1422,8 +1422,8 @@ spec: label: 安全链接页面-URL if: $get(enable_security_link).value validation: required - placeholder: '请输入使用’安全链接页面模版‘创建的页面访问路径' - help: '输入使用’安全链接页面模版‘创建的页面访问路径,不能省略’/‘。' + placeholder: '请输入使用“安全链接页面模版”创建的页面访问路径' + help: '输入使用”安全链接页面模版“创建的页面访问路径,不能省略’/‘。' - $formkit: attachment name: security_link_tip_img if: $get(enable_security_link).value diff --git a/theme.yaml b/theme.yaml index ad958ab..15f9e7f 100644 --- a/theme.yaml +++ b/theme.yaml @@ -28,6 +28,6 @@ spec: settingName: theme-dream-setting configMapName: theme-dream-configMap # 版本号 - version: 1.0.4.50 + version: 1.0.4.51 # 最低支持的 Halo 版本 require: ">=2.6.0" \ No newline at end of file