commit
b0eb1f74bb
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-theme-hao",
|
"name": "halo-theme-hao",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -260,6 +260,8 @@ spec:
|
||||||
children:
|
children:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: bannersBackground
|
name: bannersBackground
|
||||||
|
id: bannersBackground
|
||||||
|
key: bannersBackground
|
||||||
label: 背景图
|
label: 背景图
|
||||||
options:
|
options:
|
||||||
- label: 默认技术栈
|
- label: 默认技术栈
|
||||||
|
@ -268,6 +270,7 @@ spec:
|
||||||
value: techStack
|
value: techStack
|
||||||
- $formkit: repeater
|
- $formkit: repeater
|
||||||
name: techStack
|
name: techStack
|
||||||
|
if: $get(bannersBackground).value == 'techStack'
|
||||||
label: 个人技术栈
|
label: 个人技术栈
|
||||||
help: 需要选择上方“个人技术栈”
|
help: 需要选择上方“个人技术栈”
|
||||||
value: [ ]
|
value: [ ]
|
||||||
|
|
|
@ -51,5 +51,5 @@ spec:
|
||||||
repo: https://githubfast.com/liuzhihang/halo-theme-hao
|
repo: https://githubfast.com/liuzhihang/halo-theme-hao
|
||||||
settingName: "theme-hao-setting"
|
settingName: "theme-hao-setting"
|
||||||
configMapName: "theme-hao-configMap"
|
configMapName: "theme-hao-configMap"
|
||||||
version: "1.4.1"
|
version: "1.4.2"
|
||||||
require: ">=2.8.0"
|
require: ">=2.10.0"
|
||||||
|
|
Loading…
Reference in New Issue