Update settings.yaml
This commit is contained in:
parent
ad303c2f6b
commit
ed22bce9ae
225
settings.yaml
225
settings.yaml
|
@ -45,17 +45,16 @@ spec:
|
||||||
name: right
|
name: right
|
||||||
label: 导航栏右侧
|
label: 导航栏右侧
|
||||||
value:
|
value:
|
||||||
travelling:
|
travelling: true
|
||||||
travellingUrl:
|
travellingUrl: https://travellings.cn/go.html
|
||||||
article:
|
article: true
|
||||||
darkMode:
|
darkMode: true
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: travelling
|
name: travelling
|
||||||
id: travelling
|
id: travelling
|
||||||
key: travelling
|
key: travelling
|
||||||
label: 开往按钮
|
label: 开往按钮
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 打开
|
- label: 打开
|
||||||
value: true
|
value: true
|
||||||
|
@ -66,11 +65,9 @@ spec:
|
||||||
name: travellingUrl
|
name: travellingUrl
|
||||||
label: 开往链接
|
label: 开往链接
|
||||||
placeholder: 请输入开往链接
|
placeholder: 请输入开往链接
|
||||||
value: https://travellings.cn/go.html
|
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: article
|
name: article
|
||||||
label: 随机文章
|
label: 随机文章
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 打开
|
- label: 打开
|
||||||
value: true
|
value: true
|
||||||
|
@ -79,7 +76,6 @@ spec:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: darkMode
|
name: darkMode
|
||||||
label: 切换模式
|
label: 切换模式
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 打开
|
- label: 打开
|
||||||
value: true
|
value: true
|
||||||
|
@ -93,7 +89,7 @@ spec:
|
||||||
name: above
|
name: above
|
||||||
label: 首页第一屏
|
label: 首页第一屏
|
||||||
value:
|
value:
|
||||||
enable_above:
|
enable_above: false
|
||||||
typed:
|
typed:
|
||||||
enable_typed_random:
|
enable_typed_random:
|
||||||
enable_above_video:
|
enable_above_video:
|
||||||
|
@ -105,7 +101,6 @@ spec:
|
||||||
name: enable_above
|
name: enable_above
|
||||||
key: enable_above
|
key: enable_above
|
||||||
id: enable_above
|
id: enable_above
|
||||||
value: false
|
|
||||||
options:
|
options:
|
||||||
- label: 显示
|
- label: 显示
|
||||||
value: true
|
value: true
|
||||||
|
@ -192,18 +187,36 @@ spec:
|
||||||
label: Banner 左侧
|
label: Banner 左侧
|
||||||
if: $get(recentTop).value
|
if: $get(recentTop).value
|
||||||
value:
|
value:
|
||||||
bannersBackground:
|
bannersBackground: default
|
||||||
bannersTitleBig:
|
bannersTitleBig: Halo Theme Hao
|
||||||
bannersTitleSmall:
|
bannersTitleSmall: 更多信息请关注 GitHub
|
||||||
bikan:
|
categoryGroup:
|
||||||
remen:
|
- title: "必看精选"
|
||||||
shiyong:
|
icon: "iconfont icon-book"
|
||||||
|
url: "/"
|
||||||
|
colorOneLight: "#358bff"
|
||||||
|
colorTwoLight: "#15c6ff"
|
||||||
|
colorOneDark: "#0653b8"
|
||||||
|
colorTwoDark: "#2fcbff"
|
||||||
|
- title: "热门文章"
|
||||||
|
icon: "iconfont icon-burn"
|
||||||
|
url: "/"
|
||||||
|
colorOneLight: "#ff6655"
|
||||||
|
colorTwoLight: "#ffbf37"
|
||||||
|
colorOneDark: "#e22a16"
|
||||||
|
colorTwoDark: "#da980c"
|
||||||
|
- title: "实用教程"
|
||||||
|
icon: "iconfont icon-book"
|
||||||
|
url: "/"
|
||||||
|
colorOneLight: "#18e7ae"
|
||||||
|
colorTwoLight: "#1eebeb"
|
||||||
|
colorOneDark: "#099e74"
|
||||||
|
colorTwoDark: "#0ea4a4"
|
||||||
techStack:
|
techStack:
|
||||||
children:
|
children:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: bannersBackground
|
name: bannersBackground
|
||||||
label: 背景图
|
label: 背景图
|
||||||
value: default
|
|
||||||
options:
|
options:
|
||||||
- label: 默认技术栈
|
- label: 默认技术栈
|
||||||
value: default
|
value: default
|
||||||
|
@ -229,40 +242,16 @@ spec:
|
||||||
name: bannersTitleBig
|
name: bannersTitleBig
|
||||||
label: 大标题
|
label: 大标题
|
||||||
placeholder: 请输入大标题
|
placeholder: 请输入大标题
|
||||||
value: Halo Theme Hao
|
|
||||||
help: 支持 HTML 语法
|
help: 支持 HTML 语法
|
||||||
- $formkit: textarea
|
- $formkit: textarea
|
||||||
name: bannersTitleSmall
|
name: bannersTitleSmall
|
||||||
label: 小标题
|
label: 小标题
|
||||||
placeholder: 请输入小标题
|
placeholder: 请输入小标题
|
||||||
value: 更多信息请关注 GitHub
|
|
||||||
help: 支持 HTML 语法
|
help: 支持 HTML 语法
|
||||||
- $formkit: repeater
|
- $formkit: repeater
|
||||||
name: categoryGroup
|
name: categoryGroup
|
||||||
min: 3
|
min: 3
|
||||||
max: 3
|
max: 3
|
||||||
value:
|
|
||||||
- title: "必看精选"
|
|
||||||
icon: "iconfont icon-book"
|
|
||||||
url: "/"
|
|
||||||
colorOneLight: "#358bff"
|
|
||||||
colorTwoLight: "#15c6ff"
|
|
||||||
colorOneDark: "#0653b8"
|
|
||||||
colorTwoDark: "#2fcbff"
|
|
||||||
- title: "热门文章"
|
|
||||||
icon: "iconfont icon-burn"
|
|
||||||
url: "/"
|
|
||||||
colorOneLight: "#ff6655"
|
|
||||||
colorTwoLight: "#ffbf37"
|
|
||||||
colorOneDark: "#e22a16"
|
|
||||||
colorTwoDark: "#da980c"
|
|
||||||
- title: "实用教程"
|
|
||||||
icon: "iconfont icon-book"
|
|
||||||
url: "/"
|
|
||||||
colorOneLight: "#18e7ae"
|
|
||||||
colorTwoLight: "#1eebeb"
|
|
||||||
colorOneDark: "#099e74"
|
|
||||||
colorTwoDark: "#0ea4a4"
|
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: title
|
name: title
|
||||||
|
@ -307,15 +296,19 @@ spec:
|
||||||
label: Banner 右侧
|
label: Banner 右侧
|
||||||
if: $get(recentTop).value
|
if: $get(recentTop).value
|
||||||
value:
|
value:
|
||||||
todayRecommend:
|
todayRecommend: true
|
||||||
todayRecommendContent:
|
todayRecommendContent:
|
||||||
|
todayRecommendUrl: /
|
||||||
|
todayRecommendTitle: Halo-Theme-Hao
|
||||||
|
todayRecommendCover: https://liuzhihang.com/upload/hao_dark.jpg
|
||||||
|
todayRecommendxTitle: 今日推荐
|
||||||
|
recommendPost: latest
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: todayRecommend
|
name: todayRecommend
|
||||||
id: todayRecommend
|
id: todayRecommend
|
||||||
key: todayRecommend
|
key: todayRecommend
|
||||||
label: 今日推荐
|
label: 今日推荐
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 显示
|
- label: 显示
|
||||||
value: true
|
value: true
|
||||||
|
@ -385,7 +378,7 @@ spec:
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: navs
|
name: navs
|
||||||
value:
|
value:
|
||||||
nav:
|
nav: category
|
||||||
navCustomCategory:
|
navCustomCategory:
|
||||||
navCustomTag:
|
navCustomTag:
|
||||||
navCustomUrl:
|
navCustomUrl:
|
||||||
|
@ -397,7 +390,6 @@ spec:
|
||||||
id: nav
|
id: nav
|
||||||
key: nav
|
key: nav
|
||||||
label: 导航条显示内容
|
label: 导航条显示内容
|
||||||
value: category
|
|
||||||
options:
|
options:
|
||||||
- label: 分类
|
- label: 分类
|
||||||
value: category
|
value: category
|
||||||
|
@ -462,14 +454,12 @@ spec:
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: post
|
name: post
|
||||||
value:
|
value:
|
||||||
cols:
|
cols: col2
|
||||||
postLocation:
|
postLocation: top
|
||||||
postRandomImg:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: cols
|
name: cols
|
||||||
label: 文章布局
|
label: 文章布局
|
||||||
value: col2
|
|
||||||
options:
|
options:
|
||||||
- label: 单列
|
- label: 单列
|
||||||
value: col1
|
value: col1
|
||||||
|
@ -482,7 +472,6 @@ spec:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: postLocation
|
name: postLocation
|
||||||
label: 封面位置
|
label: 封面位置
|
||||||
value: top
|
|
||||||
options:
|
options:
|
||||||
- label: 上方
|
- label: 上方
|
||||||
value: top
|
value: top
|
||||||
|
@ -527,51 +516,40 @@ spec:
|
||||||
label: 侧边栏内容
|
label: 侧边栏内容
|
||||||
help: 目前提供的小部件有:profile(站点资料), wechat(微信), welcome(小板报), steam(Steam卡片), music(音乐卡片), friend-link(通讯录), recent-posts(近期文章), comments(最新评论), categories(文章分类), tags(文章标签), stat(统计), tags-stat(标签&归档&统计), adbox(广告区域)。你可以随意组合或排序,以逗号隔开。
|
help: 目前提供的小部件有:profile(站点资料), wechat(微信), welcome(小板报), steam(Steam卡片), music(音乐卡片), friend-link(通讯录), recent-posts(近期文章), comments(最新评论), categories(文章分类), tags(文章标签), stat(统计), tags-stat(标签&归档&统计), adbox(广告区域)。你可以随意组合或排序,以逗号隔开。
|
||||||
value:
|
value:
|
||||||
indexWidgets:
|
indexWidgets: profile,wechat,comments,recent-posts,categories,tags-stat
|
||||||
postWidgets:
|
postWidgets: profile,wechat,toc,comments,recent-posts,categories,tags-stat
|
||||||
tagWidgets:
|
tagWidgets: profile,wechat,comments,recent-posts,categories,tags-stat
|
||||||
categoryWidgets:
|
categoryWidgets: profile,wechat,comments,recent-posts,categories,tags-stat
|
||||||
pageWidgets:
|
pageWidgets: ""
|
||||||
children:
|
children:
|
||||||
- $formkit: textarea
|
- $formkit: textarea
|
||||||
name: indexWidgets
|
name: indexWidgets
|
||||||
label: 首页
|
label: 首页
|
||||||
value: profile,wechat,comments,recent-posts,categories,tags-stat
|
|
||||||
- $formkit: textarea
|
- $formkit: textarea
|
||||||
name: postWidgets
|
name: postWidgets
|
||||||
label: 文章页
|
label: 文章页
|
||||||
value: profile,wechat,toc,comments,recent-posts,categories,tags-stat
|
|
||||||
help: post 可以支持设置 toc
|
help: post 可以支持设置 toc
|
||||||
- $formkit: textarea
|
- $formkit: textarea
|
||||||
name: tagWidgets
|
name: tagWidgets
|
||||||
label: 标签页
|
label: 标签页
|
||||||
value: profile,wechat,comments,recent-posts,categories,tags-stat
|
|
||||||
- $formkit: textarea
|
- $formkit: textarea
|
||||||
name: categoryWidgets
|
name: categoryWidgets
|
||||||
label: 分类页
|
label: 分类页
|
||||||
value: profile,wechat,comments,recent-posts,categories,tags-stat
|
|
||||||
- $formkit: textarea
|
- $formkit: textarea
|
||||||
name: pageWidgets
|
name: pageWidgets
|
||||||
label: 自定义页
|
label: 自定义页
|
||||||
value: ""
|
|
||||||
help: 自定义页面默认没有侧栏
|
help: 自定义页面默认没有侧栏
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: profile
|
name: profile
|
||||||
label: 个人卡片
|
label: 个人卡片
|
||||||
value:
|
value:
|
||||||
profileName:
|
profileStyle: default
|
||||||
profileDesc:
|
|
||||||
socialMedia:
|
|
||||||
profileStyle:
|
|
||||||
desc:
|
|
||||||
stickerImg:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: profileStyle
|
name: profileStyle
|
||||||
id: profileStyle
|
id: profileStyle
|
||||||
key: profileStyle
|
key: profileStyle
|
||||||
label: 样式
|
label: 样式
|
||||||
value: default
|
|
||||||
options:
|
options:
|
||||||
- value: default
|
- value: default
|
||||||
label: 默认
|
label: 默认
|
||||||
|
@ -891,7 +869,7 @@ spec:
|
||||||
label: 社交媒体
|
label: 社交媒体
|
||||||
value:
|
value:
|
||||||
socialMediaLeft:
|
socialMediaLeft:
|
||||||
centerImg:
|
centerImg: https://liuzhihang.com/upload/logo.png
|
||||||
socialMediaRight:
|
socialMediaRight:
|
||||||
children:
|
children:
|
||||||
- $formkit: attachment
|
- $formkit: attachment
|
||||||
|
@ -1092,8 +1070,7 @@ spec:
|
||||||
name: footerContent
|
name: footerContent
|
||||||
label: 页脚内容
|
label: 页脚内容
|
||||||
value:
|
value:
|
||||||
runtime:
|
footerStyle: default
|
||||||
footeStyle:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: footerStyle
|
name: footerStyle
|
||||||
|
@ -1207,7 +1184,7 @@ spec:
|
||||||
name: aiDescription
|
name: aiDescription
|
||||||
label: 文章 AI 摘要
|
label: 文章 AI 摘要
|
||||||
value:
|
value:
|
||||||
aiDescriptionEnable:
|
aiDescriptionEnable: false
|
||||||
gptName:
|
gptName:
|
||||||
mode:
|
mode:
|
||||||
switchBtn:
|
switchBtn:
|
||||||
|
@ -1328,9 +1305,9 @@ spec:
|
||||||
name: share_right
|
name: share_right
|
||||||
label: 分享按钮
|
label: 分享按钮
|
||||||
value:
|
value:
|
||||||
mobile_edit:
|
mobile_edit: true
|
||||||
weibo_edit:
|
weibo_edit: true
|
||||||
copyurl_edit:
|
copyurl_edit: true
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: mobile_edit
|
name: mobile_edit
|
||||||
|
@ -1363,7 +1340,7 @@ spec:
|
||||||
name: copyrights
|
name: copyrights
|
||||||
label: 版权声明
|
label: 版权声明
|
||||||
value:
|
value:
|
||||||
enable:
|
enable: false
|
||||||
content:
|
content:
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
|
@ -1711,9 +1688,8 @@ spec:
|
||||||
name: authorCareers
|
name: authorCareers
|
||||||
label: 职业生涯
|
label: 职业生涯
|
||||||
value:
|
value:
|
||||||
authorCareersTitle:
|
authorCareersTitle: 无限进步
|
||||||
authorCareersTags:
|
authorCareersBackground: https://bu.dusays.com/2023/03/12/640dc587ab895.png
|
||||||
authorCareersBackground:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: authorCareersTitle
|
name: authorCareersTitle
|
||||||
|
@ -1735,7 +1711,6 @@ spec:
|
||||||
name: authorCareersBackground
|
name: authorCareersBackground
|
||||||
label: 背景图
|
label: 背景图
|
||||||
placeholder: 建议找个透明图
|
placeholder: 建议找个透明图
|
||||||
value: https://bu.dusays.com/2023/03/12/640dc587ab895.png
|
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: personalities
|
name: personalities
|
||||||
label: 人格
|
label: 人格
|
||||||
|
@ -1781,6 +1756,13 @@ spec:
|
||||||
- $formkit: repeater
|
- $formkit: repeater
|
||||||
name: textarea
|
name: textarea
|
||||||
label: 文本块
|
label: 文本块
|
||||||
|
value:
|
||||||
|
- tittle: 座右铭
|
||||||
|
textarea_up: 生活原本沉闷,
|
||||||
|
textarea_down: 但跑起来就有风。
|
||||||
|
- tittle: 座右铭
|
||||||
|
textarea_up: 生活原本沉闷,
|
||||||
|
textarea_down: 但跑起来就有风。
|
||||||
min: 2
|
min: 2
|
||||||
max: 2
|
max: 2
|
||||||
help: 左边的一行10字 右面一行19字(设置两条数据,不然出不来)
|
help: 左边的一行10字 右面一行19字(设置两条数据,不然出不来)
|
||||||
|
@ -1801,124 +1783,107 @@ spec:
|
||||||
name: game
|
name: game
|
||||||
label: 爱好游戏 1
|
label: 爱好游戏 1
|
||||||
value:
|
value:
|
||||||
game_tips:
|
game_tips: 爱好游戏
|
||||||
game_title:
|
game_title: 英雄联盟
|
||||||
game_uid:
|
game_uid: 比尔吉沃特
|
||||||
game_bg:
|
game_bg: https://img.zhheo.com/i/2022/08/31/630efa7ae39fe.webp
|
||||||
loading_bar:
|
loading_bar: https://npm.elemecdn.com/hao-theme-static@1.2.0/templates/images/64795eaece0fc.png
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: game_tips
|
name: game_tips
|
||||||
label: 提示文字
|
label: 提示文字
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 爱好游戏
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: game_title
|
name: game_title
|
||||||
label: 游戏标题
|
label: 游戏标题
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 英雄联盟
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: game_uid
|
name: game_uid
|
||||||
label: 游戏 ID
|
label: 游戏 ID
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 比尔吉沃特
|
|
||||||
- $formkit: attachment
|
- $formkit: attachment
|
||||||
name: game_bg
|
name: game_bg
|
||||||
label: 爱好游戏背景
|
label: 爱好游戏背景
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: https://img.zhheo.com/i/2022/08/31/630efa7ae39fe.webp
|
|
||||||
- $formkit: attachment
|
- $formkit: attachment
|
||||||
name: loading_bar
|
name: loading_bar
|
||||||
label: 爱好游戏logo
|
label: 爱好游戏logo
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: https://npm.elemecdn.com/hao-theme-static@1.2.0/templates/images/64795eaece0fc.png
|
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: game2
|
name: game2
|
||||||
label: 爱好游戏 2
|
label: 爱好游戏 2
|
||||||
value:
|
value:
|
||||||
game2_tips:
|
game2_tips: 爱好游戏
|
||||||
game2_title:
|
game2_title: 狼人杀
|
||||||
game2_uid:
|
game2_uid: ID 1333E3FF
|
||||||
game2_bg:
|
game2_bg: https://img.zhheo.com/i/2022/08/31/630efa916a851.webp
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: game2_tips
|
name: game2_tips
|
||||||
label: 提示文字
|
label: 提示文字
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 爱好游戏
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: game2_title
|
name: game2_title
|
||||||
label: 游戏标题
|
label: 游戏标题
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 狼人杀
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: game2_uid
|
name: game2_uid
|
||||||
label: 游戏 ID
|
label: 游戏 ID
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: ID 1333E3FF
|
|
||||||
- $formkit: attachment
|
- $formkit: attachment
|
||||||
name: game2_bg
|
name: game2_bg
|
||||||
label: 游戏背景
|
label: 游戏背景
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: https://img.zhheo.com/i/2022/08/31/630efa916a851.webp
|
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: like
|
name: like
|
||||||
label: 关注偏好
|
label: 关注偏好
|
||||||
value:
|
value:
|
||||||
like_tips:
|
like_tips: 关注偏好
|
||||||
like_title:
|
like_title: 数码科技
|
||||||
like_bottom:
|
like_bottom: 手机、电脑软硬件
|
||||||
like_bg:
|
like_bg: https://img.zhheo.com/i/2022/08/31/630efac3ecef3.webp
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: like_tips
|
name: like_tips
|
||||||
label: 提示文字
|
label: 提示文字
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 关注偏好
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: like_title
|
name: like_title
|
||||||
label: 偏好标题
|
label: 偏好标题
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 数码科技
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: like_bottom
|
name: like_bottom
|
||||||
label: 底部文字
|
label: 底部文字
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 手机、电脑软硬件
|
|
||||||
- $formkit: attachment
|
- $formkit: attachment
|
||||||
name: like_bg
|
name: like_bg
|
||||||
label: 背景图片
|
label: 背景图片
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: https://img.zhheo.com/i/2022/08/31/630efac3ecef3.webp
|
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: music
|
name: music
|
||||||
label: 音乐偏好
|
label: 音乐偏好
|
||||||
value:
|
value:
|
||||||
music_tips:
|
music_tips: 音乐偏好
|
||||||
music_title:
|
music_title: Hiphop、民谣、华语流行
|
||||||
music_link:
|
music_link:
|
||||||
music_bg:
|
music_bg: https://img.zhheo.com/i/2022/08/31/630efae141e9a.webp
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: music_tips
|
name: music_tips
|
||||||
label: 提示文字
|
label: 提示文字
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: 音乐偏好
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: music_title
|
name: music_title
|
||||||
label: 偏好标题
|
label: 偏好标题
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: Hiphop、民谣、华语流行
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: music_link
|
name: music_link
|
||||||
label: 按钮链接
|
label: 按钮链接
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value:
|
|
||||||
- $formkit: attachment
|
- $formkit: attachment
|
||||||
name: music_bg
|
name: music_bg
|
||||||
label: 背景图片
|
label: 背景图片
|
||||||
placeholder: 请输入内容
|
placeholder: 请输入内容
|
||||||
value: https://img.zhheo.com/i/2022/08/31/630efae141e9a.webp
|
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
name: LingQueMonitorID
|
name: LingQueMonitorID
|
||||||
label: 51la 网站统计
|
label: 51la 网站统计
|
||||||
|
@ -1929,7 +1894,7 @@ spec:
|
||||||
label: 地图相关配置
|
label: 地图相关配置
|
||||||
value:
|
value:
|
||||||
StrengthenTitle:
|
StrengthenTitle:
|
||||||
mapLocation:
|
mapLocation: 22.582401,113.215456
|
||||||
authorInfo:
|
authorInfo:
|
||||||
children:
|
children:
|
||||||
- $formkit: text
|
- $formkit: text
|
||||||
|
@ -2503,11 +2468,10 @@ spec:
|
||||||
name: rightMenu
|
name: rightMenu
|
||||||
label: 右键菜单
|
label: 右键菜单
|
||||||
value:
|
value:
|
||||||
rightMenuEnable:
|
rightMenuEnable: true
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: rightMenuEnable
|
name: rightMenuEnable
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 打开
|
- label: 打开
|
||||||
value: true
|
value: true
|
||||||
|
@ -2517,16 +2481,12 @@ spec:
|
||||||
name: nav_music
|
name: nav_music
|
||||||
label: 左下角音乐
|
label: 左下角音乐
|
||||||
value:
|
value:
|
||||||
id:
|
nav_musicEnable: false
|
||||||
server:
|
|
||||||
all_playlist:
|
|
||||||
meting_api:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: nav_musicEnable
|
name: nav_musicEnable
|
||||||
id: nav_musicEnable
|
id: nav_musicEnable
|
||||||
key: nav_musicEnable
|
key: nav_musicEnable
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 打开
|
- label: 打开
|
||||||
value: true
|
value: true
|
||||||
|
@ -2555,17 +2515,12 @@ spec:
|
||||||
name: snackbar
|
name: snackbar
|
||||||
label: 右下角弹窗
|
label: 右下角弹窗
|
||||||
value:
|
value:
|
||||||
switch:
|
switch: false
|
||||||
introductionTitle:
|
|
||||||
introductionTip:
|
|
||||||
introductionUrl:
|
|
||||||
introductionName:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: switch
|
name: switch
|
||||||
id: switch
|
id: switch
|
||||||
key: switch
|
key: switch
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 打开
|
- label: 打开
|
||||||
value: true
|
value: true
|
||||||
|
@ -2601,15 +2556,13 @@ spec:
|
||||||
name: staticResource
|
name: staticResource
|
||||||
label: 静态资源文件设置
|
label: 静态资源文件设置
|
||||||
value:
|
value:
|
||||||
use:
|
use: local
|
||||||
cdn_link:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: select
|
- $formkit: select
|
||||||
name: use
|
name: use
|
||||||
id: use
|
id: use
|
||||||
key: use
|
key: use
|
||||||
label: 类型选择
|
label: 类型选择
|
||||||
value: local
|
|
||||||
options:
|
options:
|
||||||
- label: 本地
|
- label: 本地
|
||||||
value: local
|
value: local
|
||||||
|
@ -2628,15 +2581,12 @@ spec:
|
||||||
name: diytitle
|
name: diytitle
|
||||||
label: 动态标题
|
label: 动态标题
|
||||||
value:
|
value:
|
||||||
leaveTitle:
|
diytitleEnable: false
|
||||||
backTitle:
|
|
||||||
diytitleEnable:
|
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: diytitleEnable
|
name: diytitleEnable
|
||||||
id: diytitleEnable
|
id: diytitleEnable
|
||||||
key: diytitleEnable
|
key: diytitleEnable
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 启用
|
- label: 启用
|
||||||
value: true
|
value: true
|
||||||
|
@ -2656,15 +2606,14 @@ spec:
|
||||||
name: loadingBoxs
|
name: loadingBoxs
|
||||||
label: 加载动画
|
label: 加载动画
|
||||||
value:
|
value:
|
||||||
loadingBoxEnable:
|
loadingBoxEnable: true
|
||||||
loadingBoxImg:
|
loadingBoxImg: https://liuzhihang.com/upload/logo.png
|
||||||
loadProgressBar:
|
loadProgressBar: true
|
||||||
children:
|
children:
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: loadingBoxEnable
|
name: loadingBoxEnable
|
||||||
id: loadingBoxEnable
|
id: loadingBoxEnable
|
||||||
key: loadingBoxEnable
|
key: loadingBoxEnable
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 启用
|
- label: 启用
|
||||||
value: true
|
value: true
|
||||||
|
@ -2674,12 +2623,10 @@ spec:
|
||||||
name: loadingBoxImg
|
name: loadingBoxImg
|
||||||
if: $get(loadingBoxEnable).value
|
if: $get(loadingBoxEnable).value
|
||||||
label: 加载图片
|
label: 加载图片
|
||||||
value: https://liuzhihang.com/upload/logo.png
|
|
||||||
placeholder: 请输入图片 url
|
placeholder: 请输入图片 url
|
||||||
- $formkit: radio
|
- $formkit: radio
|
||||||
name: loadProgressBar
|
name: loadProgressBar
|
||||||
label: 加载进度条
|
label: 加载进度条
|
||||||
value: true
|
|
||||||
options:
|
options:
|
||||||
- label: 启用
|
- label: 启用
|
||||||
value: true
|
value: true
|
||||||
|
|
Loading…
Reference in New Issue