diff --git a/package.json b/package.json index b07f267c..07c94b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-hao", - "version": "1.4.1", + "version": "1.4.2", "dependencies": { } } diff --git a/settings.yaml b/settings.yaml index df8772e9..f1ed6fbe 100644 --- a/settings.yaml +++ b/settings.yaml @@ -260,6 +260,8 @@ spec: children: - $formkit: select name: bannersBackground + id: bannersBackground + key: bannersBackground label: 背景图 options: - label: 默认技术栈 @@ -268,6 +270,7 @@ spec: value: techStack - $formkit: repeater name: techStack + if: $get(bannersBackground).value == 'techStack' label: 个人技术栈 help: 需要选择上方“个人技术栈” value: [ ] diff --git a/theme.yaml b/theme.yaml index fa7c7b71..1bbc7ec5 100644 --- a/theme.yaml +++ b/theme.yaml @@ -51,5 +51,5 @@ spec: repo: https://githubfast.com/liuzhihang/halo-theme-hao settingName: "theme-hao-setting" configMapName: "theme-hao-configMap" - version: "1.4.1" - require: ">=2.8.0" + version: "1.4.2" + require: ">=2.10.0"