mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 20:09:41 +08:00
调整主题配置联动效果
This commit is contained in:
parent
478f1f2222
commit
531d86650e
@ -241,6 +241,28 @@ spec:
|
|||||||
label: 自定义博客字体
|
label: 自定义博客字体
|
||||||
placeholder: '请输入/选择字体路径'
|
placeholder: '请输入/选择字体路径'
|
||||||
help: '自定义博客字体,在博客字体选项为自定义时生效。支持woff2/woff/ttf/eot/svg格式的字体文件链接,建议使用woff2格式。'
|
help: '自定义博客字体,在博客字体选项为自定义时生效。支持woff2/woff/ttf/eot/svg格式的字体文件链接,建议使用woff2格式。'
|
||||||
|
- $formkit: repeater
|
||||||
|
name: carousel_options
|
||||||
|
label: 首页大图轮播选项
|
||||||
|
children:
|
||||||
|
- $formkit: text
|
||||||
|
name: title
|
||||||
|
label: 标题
|
||||||
|
- $formkit: text
|
||||||
|
name: url
|
||||||
|
label: 地址
|
||||||
|
- $formkit: attachment
|
||||||
|
name: image
|
||||||
|
label: 背景图
|
||||||
|
- $formkit: radio
|
||||||
|
name: target
|
||||||
|
label: 打开方式
|
||||||
|
value: '_blank'
|
||||||
|
options:
|
||||||
|
- value: '_blank'
|
||||||
|
label: 新窗口
|
||||||
|
- value: '_self'
|
||||||
|
label: 原窗口
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: sidebar_column
|
name: sidebar_column
|
||||||
label: 博客布局方式
|
label: 博客布局方式
|
||||||
@ -304,28 +326,6 @@ spec:
|
|||||||
label: 固定底部
|
label: 固定底部
|
||||||
- value: none
|
- value: none
|
||||||
label: 不悬浮
|
label: 不悬浮
|
||||||
- $formkit: repeater
|
|
||||||
name: carousel_options
|
|
||||||
label: 首页大图轮播选项
|
|
||||||
children:
|
|
||||||
- $formkit: text
|
|
||||||
name: title
|
|
||||||
label: 标题
|
|
||||||
- $formkit: text
|
|
||||||
name: url
|
|
||||||
label: 地址
|
|
||||||
- $formkit: attachment
|
|
||||||
name: image
|
|
||||||
label: 背景图
|
|
||||||
- $formkit: radio
|
|
||||||
name: target
|
|
||||||
label: 打开方式
|
|
||||||
value: '_blank'
|
|
||||||
options:
|
|
||||||
- value: '_blank'
|
|
||||||
label: 新窗口
|
|
||||||
- value: '_self'
|
|
||||||
label: 原窗口
|
|
||||||
- group: post
|
- group: post
|
||||||
label: '文章设置'
|
label: '文章设置'
|
||||||
formSchema:
|
formSchema:
|
||||||
|
@ -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.13
|
version: 1.0.3.16
|
||||||
# 最低支持的 Halo 版本
|
# 最低支持的 Halo 版本
|
||||||
require: ">=2.6.0"
|
require: ">=2.6.0"
|
Loading…
x
Reference in New Issue
Block a user