修复了一个用户引导方面的bug

This commit is contained in:
Suiji 2023-08-30 18:17:55 +08:00
parent 3d85bc2985
commit 63e89c1898
1 changed files with 227 additions and 227 deletions

View File

@ -16,7 +16,7 @@ spec:
name: siteStartTime name: siteStartTime
label: 建站时间 label: 建站时间
validation: required validation: required
value: "2023-08-05" value: '2023-08-05'
help: 注意,此项为必填项 help: 注意,此项为必填项
- $formkit: text - $formkit: text
name: icp name: icp
@ -41,7 +41,7 @@ spec:
name: leftMenu name: leftMenu
label: 站点名左侧 label: 站点名左侧
help: 默认只有主菜单,可前往【外观】—>【菜单】新建菜单组 help: 默认只有主菜单,可前往【外观】—>【菜单】新建菜单组
value: "" value: ''
- $formkit: group - $formkit: group
name: right name: right
label: 导航栏右侧 label: 导航栏右侧
@ -122,7 +122,7 @@ spec:
name: typed name: typed
if: $get(enable_above).value if: $get(enable_above).value
label: 打字机显示的文字 label: 打字机显示的文字
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: text name: text
@ -160,7 +160,7 @@ spec:
if: $get(enable_above).value && $get(enable_above_video).value if: $get(enable_above).value && $get(enable_above_video).value
label: 动态壁纸 label: 动态壁纸
placeholder: 请填写动态壁纸地址 placeholder: 请填写动态壁纸地址
value: "" value: ''
help: http(s)://xxx.mp4 help: http(s)://xxx.mp4
- $formkit: attachment - $formkit: attachment
name: index_img name: index_img
@ -204,27 +204,27 @@ spec:
bannersTitleBig: Halo Theme Hao bannersTitleBig: Halo Theme Hao
bannersTitleSmall: 更多信息请关注 GitHub bannersTitleSmall: 更多信息请关注 GitHub
categoryGroup: categoryGroup:
- title: "必看精选" - title: '必看精选'
icon: "haofont hao-icon-book" icon: 'haofont hao-icon-book'
url: "/" url: '/'
colorOneLight: "#358bff" colorOneLight: '#358bff'
colorTwoLight: "#15c6ff" colorTwoLight: '#15c6ff'
colorOneDark: "#0653b8" colorOneDark: '#0653b8'
colorTwoDark: "#2fcbff" colorTwoDark: '#2fcbff'
- title: "热门文章" - title: '热门文章'
icon: "haofont hao-icon-fire" icon: 'haofont hao-icon-fire'
url: "/" url: '/'
colorOneLight: "#ff6655" colorOneLight: '#ff6655'
colorTwoLight: "#ffbf37" colorTwoLight: '#ffbf37'
colorOneDark: "#e22a16" colorOneDark: '#e22a16'
colorTwoDark: "#da980c" colorTwoDark: '#da980c'
- title: "实用教程" - title: '实用教程'
icon: "haofont hao-icon-book" icon: 'haofont hao-icon-book'
url: "/" url: '/'
colorOneLight: "#18e7ae" colorOneLight: '#18e7ae'
colorTwoLight: "#1eebeb" colorTwoLight: '#1eebeb'
colorOneDark: "#099e74" colorOneDark: '#099e74'
colorTwoDark: "#0ea4a4" colorTwoDark: '#0ea4a4'
techStack: techStack:
children: children:
- $formkit: select - $formkit: select
@ -239,7 +239,7 @@ spec:
name: techStack name: techStack
label: 个人技术栈 label: 个人技术栈
help: 需要选择上方“个人技术栈” help: 需要选择上方“个人技术栈”
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: name name: name
@ -272,39 +272,39 @@ spec:
label: 标题 label: 标题
placeholder: 请输入内容 placeholder: 请输入内容
validation: required validation: required
value: "必看精选" value: '必看精选'
- $formkit: text - $formkit: text
name: icon name: icon
label: 图标 label: 图标
placeholder: 请输入内容 placeholder: 请输入内容
validation: required validation: required
value: "haofont hao-icon-book" value: 'haofont hao-icon-book'
- $formkit: url - $formkit: url
name: url name: url
label: 跳转地址 label: 跳转地址
placeholder: 请输入内容 placeholder: 请输入内容
validation: required validation: required
value: "/" value: '/'
- $formkit: color - $formkit: color
name: colorOneLight name: colorOneLight
label: 颜色1 (浅色) label: 颜色1 (浅色)
validation: required validation: required
value: "#358bff" value: '#358bff'
- $formkit: color - $formkit: color
name: colorTwoLight name: colorTwoLight
label: 颜色2 (浅色) label: 颜色2 (浅色)
validation: required validation: required
value: "#15c6ff" value: '#15c6ff'
- $formkit: color - $formkit: color
name: colorOneDark name: colorOneDark
label: 颜色1 (深色) label: 颜色1 (深色)
validation: required validation: required
value: "#0653b8" value: '#0653b8'
- $formkit: color - $formkit: color
name: colorTwoDark name: colorTwoDark
label: 颜色2 (深色) label: 颜色2 (深色)
validation: required validation: required
value: "#2fcbff" value: '#2fcbff'
- $formkit: group - $formkit: group
name: BannerRight name: BannerRight
label: Banner 右侧 label: Banner 右侧
@ -380,7 +380,7 @@ spec:
- $formkit: postSelect - $formkit: postSelect
name: post name: post
label: 文章 label: 文章
value: "" value: ''
validation: required validation: required
- group: layout - group: layout
@ -416,7 +416,7 @@ spec:
if: $get(nav).value === 'custom-category' if: $get(nav).value === 'custom-category'
name: navCustomCategory name: navCustomCategory
label: 自定义分类 label: 自定义分类
value: [ ] value: []
children: children:
- $formkit: categorySelect - $formkit: categorySelect
name: category name: category
@ -425,7 +425,7 @@ spec:
if: $get(nav).value === 'custom-tag' if: $get(nav).value === 'custom-tag'
name: navCustomTag name: navCustomTag
label: 自定义标签 label: 自定义标签
value: [ ] value: []
children: children:
- $formkit: tagSelect - $formkit: tagSelect
name: tag name: tag
@ -434,7 +434,7 @@ spec:
if: $get(nav).value === 'custom-url' if: $get(nav).value === 'custom-url'
name: navCustomUrl name: navCustomUrl
label: 自定义路径 label: 自定义路径
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: title name: title
@ -531,7 +531,7 @@ spec:
postWidgets: profile,wechat,toc,comments,recent-posts,categories,tags-stat postWidgets: profile,wechat,toc,comments,recent-posts,categories,tags-stat
tagWidgets: profile,wechat,comments,recent-posts,categories,tags-stat tagWidgets: profile,wechat,comments,recent-posts,categories,tags-stat
categoryWidgets: profile,wechat,comments,recent-posts,categories,tags-stat categoryWidgets: profile,wechat,comments,recent-posts,categories,tags-stat
pageWidgets: "" pageWidgets: ''
children: children:
- $formkit: textarea - $formkit: textarea
name: indexWidgets name: indexWidgets
@ -576,7 +576,7 @@ spec:
- $formkit: text - $formkit: text
if: $get(profileStyle).value == 'one' if: $get(profileStyle).value == 'one'
name: desc name: desc
value: "分享设计与科技生活" value: '分享设计与科技生活'
label: 卡片名称下面的描述 label: 卡片名称下面的描述
- $formkit: text - $formkit: text
name: helloText name: helloText
@ -598,7 +598,7 @@ spec:
label: 社交媒体 label: 社交媒体
help: 此处社交媒体最多设置两个 help: 此处社交媒体最多设置两个
max: 2 max: 2
value: [ ] value: []
children: children:
- $formkit: select - $formkit: select
name: icon name: icon
@ -701,19 +701,19 @@ spec:
- $formkit: text - $formkit: text
name: key name: key
label: 腾讯位置服务Key label: 腾讯位置服务Key
value: "xxxx" value: 'xxxx'
help: 申请地址https://lbs.qq.com/dev/console/application/mine help: 申请地址https://lbs.qq.com/dev/console/application/mine
- $formkit: text - $formkit: text
name: locationLng name: locationLng
label: 经度坐标 label: 经度坐标
value: "113.215456" value: '113.215456'
help: 可访问 https://lbs.qq.com/getPoint 拾取坐标示例113.215456 help: 可访问 https://lbs.qq.com/getPoint 拾取坐标示例113.215456
placeholder: 请输入经度坐标 placeholder: 请输入经度坐标
- $formkit: text - $formkit: text
name: locationLat name: locationLat
label: 纬度坐标 label: 纬度坐标
help: 示例22.582401 help: 示例22.582401
value: "22.582401" value: '22.582401'
placeholder: 请输入纬度坐标 placeholder: 请输入纬度坐标
- $formkit: group - $formkit: group
name: music name: music
@ -891,7 +891,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: socialMediaLeft name: socialMediaLeft
label: 左侧 label: 左侧
value: [ ] value: []
children: children:
- $formkit: select - $formkit: select
name: icon name: icon
@ -972,7 +972,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: socialMediaRight name: socialMediaRight
label: 右侧 label: 右侧
value: [ ] value: []
children: children:
- $formkit: select - $formkit: select
name: icon name: icon
@ -1120,51 +1120,51 @@ spec:
name: work_img name: work_img
label: 上班时间的徽标 label: 上班时间的徽标
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://0206.ink/upload/%E5%9B%B0%E5%9B%B0%E9%B1%BC-%E4%B8%8B%E7%8F%AD%E5%95%A6-yellowgreen.svg" value: 'https://0206.ink/upload/%E5%9B%B0%E5%9B%B0%E9%B1%BC-%E4%B8%8B%E7%8F%AD%E5%95%A6-yellowgreen.svg'
- $formkit: text - $formkit: text
if: $get(runtime_enable).value if: $get(runtime_enable).value
name: work_description name: work_description
label: 上班时间的 title 描述 label: 上班时间的 title 描述
placeholder: 请输入内容 placeholder: 请输入内容
value: "距离月入25k也就还差一个大佬带我~" value: '距离月入25k也就还差一个大佬带我~'
- $formkit: attachment - $formkit: attachment
if: $get(runtime_enable).value if: $get(runtime_enable).value
name: offduty_img name: offduty_img
label: 下班时间的徽标 label: 下班时间的徽标
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://0206.ink/upload/%E5%9B%B0%E5%9B%B0%E9%B1%BC-%E4%B8%8B%E7%8F%AD%E5%95%A6-yellowgreen.svg" value: 'https://0206.ink/upload/%E5%9B%B0%E5%9B%B0%E9%B1%BC-%E4%B8%8B%E7%8F%AD%E5%95%A6-yellowgreen.svg'
- $formkit: text - $formkit: text
if: $get(runtime_enable).value if: $get(runtime_enable).value
name: offduty_description name: offduty_description
label: 下班时间的 title 描述 label: 下班时间的 title 描述
placeholder: 请输入内容 placeholder: 请输入内容
value: "下班了就该开开心心的玩耍,嘿嘿~" value: '下班了就该开开心心的玩耍,嘿嘿~'
- $formkit: repeater - $formkit: repeater
name: bdageitem name: bdageitem
label: 徽标配置项 label: 徽标配置项
value: value:
- link: "https://halo.run/" - link: 'https://halo.run/'
shields: "https://npm.elemecdn.com/hao-theme-static@1.2.0/templates/images/Frame-Halo-blue.svg" shields: 'https://npm.elemecdn.com/hao-theme-static@1.2.0/templates/images/Frame-Halo-blue.svg'
message: "博客框架为halo2.x" message: '博客框架为halo2.x'
children: children:
- $formkit: url - $formkit: url
name: link name: link
label: 链接 label: 链接
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://halo.run/" value: 'https://halo.run/'
validation: required validation: required
- $formkit: attachment - $formkit: attachment
name: shields name: shields
label: 徽标 label: 徽标
placeholder: 请输入内容 placeholder: 请输入内容
validation: required validation: required
value: "https://npm.elemecdn.com/hao-theme-static@1.2.0/templates/images/Frame-Halo-blue.svg" value: 'https://npm.elemecdn.com/hao-theme-static@1.2.0/templates/images/Frame-Halo-blue.svg'
- $formkit: text - $formkit: text
name: message name: message
label: 徽标 title label: 徽标 title
placeholder: 请输入内容 placeholder: 请输入内容
validation: required validation: required
value: "博客框架为halo2.x" value: '博客框架为halo2.x'
- group: post - group: post
label: 文章 label: 文章
@ -1284,7 +1284,7 @@ spec:
- $formkit: text - $formkit: text
if: $get(copyrightsStyle).value == 'one' if: $get(copyrightsStyle).value == 'one'
name: desc name: desc
value: "分享设计与科技生活" value: '分享设计与科技生活'
label: 版权样式一(描述) label: 版权样式一(描述)
- $formkit: group - $formkit: group
name: post_edit name: post_edit
@ -1436,11 +1436,11 @@ spec:
value: 我和我的小伙伴们 value: 我和我的小伙伴们
- $formkit: url - $formkit: url
name: fcircleUrl name: fcircleUrl
value: "/fcircle" value: '/fcircle'
label: 鱼塘链接 label: 鱼塘链接
- $formkit: url - $formkit: url
name: linksUrl name: linksUrl
value: "/links" value: '/links'
label: 友链链接 label: 友链链接
- $formkit: radio - $formkit: radio
name: linksCanvas name: linksCanvas
@ -1455,7 +1455,7 @@ spec:
name: linksArticle name: linksArticle
height: 200 height: 200
label: 底部显示内容 label: 底部显示内容
value: "" value: ''
language: html language: html
- group: fcircle - group: fcircle
@ -1490,7 +1490,7 @@ spec:
placeholder: 请输入跳转 url placeholder: 请输入跳转 url
- $formkit: url - $formkit: url
name: apiurl name: apiurl
value: "https://moments.0206.ink/" value: 'https://moments.0206.ink/'
label: token地址 label: token地址
placeholder: 请输入token地址 placeholder: 请输入token地址
- $formkit: radio - $formkit: radio
@ -1581,7 +1581,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: list name: list
label: 待办清单 label: 待办清单
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: class_name name: class_name
@ -1599,7 +1599,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: todo_list name: todo_list
label: 内容列表 label: 内容列表
value: [ ] value: []
children: children:
- $formkit: textarea - $formkit: textarea
name: content name: content
@ -1638,7 +1638,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: category_list name: category_list
label: 我的装备 label: 我的装备
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: category_name name: category_name
@ -1653,7 +1653,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: equipment_list name: equipment_list
label: 装备列表 label: 装备列表
value: [ ] value: []
children: children:
- $formkit: attachment - $formkit: attachment
name: img name: img
@ -1692,12 +1692,12 @@ spec:
name: widgets name: widgets
label: 小部件 label: 小部件
value: content-idea,hello-about,authorCareers,personalities-photo,textarea,game,like-music,statistics-map value: content-idea,hello-about,authorCareers,personalities-photo,textarea,game,like-music,statistics-map
help: content-idea我的介绍&我的想法), hello-about我的问候, authorCareers技能&职业生涯), personalities-photo性格&图片), textarea座右铭, game爱好, like-music关注偏好&音乐偏好), statistics-map数据统计&音乐偏好)。你可以随意组合或排序,以逗号隔开。 help: content-idea我的介绍&我的想法), hello-about我的问候, authorCareers技能&职业生涯), personalities-photo性格&图片), textarea座右铭, game爱好, like-music关注偏好&音乐偏好), statistics-map数据统计&地图位置)。你可以随意组合或排序,以逗号隔开。
- $formkit: repeater - $formkit: repeater
name: authorInfoLeftTags name: authorInfoLeftTags
label: 个人标签-左 label: 个人标签-左
help: 头像左侧个人标签 help: 头像左侧个人标签
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: tag name: tag
@ -1707,7 +1707,7 @@ spec:
name: authorInfoRightTags name: authorInfoRightTags
label: 个人标签-右 label: 个人标签-右
help: 头像右侧个人标签 help: 头像右侧个人标签
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: tag name: tag
@ -1742,7 +1742,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: authorCareersTags name: authorCareersTags
label: 标签 label: 标签
value: [ ] value: []
children: children:
- $formkit: color - $formkit: color
name: background name: background
@ -2072,7 +2072,7 @@ spec:
- $formkit: repeater - $formkit: repeater
name: reward_list name: reward_list
label: 打赏名单 label: 打赏名单
value: [ ] value: []
children: children:
- $formkit: text - $formkit: text
name: name name: name
@ -2145,37 +2145,37 @@ spec:
name: cover name: cover
label: 头部图片 label: 头部图片
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://npm.elemecdn.com/hexo-butterfly-envelope/lib/violet.jpg" value: 'https://npm.elemecdn.com/hexo-butterfly-envelope/lib/violet.jpg'
- $formkit: attachment - $formkit: attachment
name: line name: line
label: 底部图片 label: 底部图片
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://npm.elemecdn.com/hexo-butterfly-envelope/lib/line.png" value: 'https://npm.elemecdn.com/hexo-butterfly-envelope/lib/line.png'
- $formkit: attachment - $formkit: attachment
name: beforeimg name: beforeimg
label: 前半部分图片 label: 前半部分图片
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://npm.elemecdn.com/hexo-butterfly-envelope/lib/before.png" value: 'https://npm.elemecdn.com/hexo-butterfly-envelope/lib/before.png'
- $formkit: attachment - $formkit: attachment
name: afterimg name: afterimg
label: 后半部分图片 label: 后半部分图片
placeholder: 请输入内容 placeholder: 请输入内容
value: "https://npm.elemecdn.com/hexo-butterfly-envelope/lib/after.png" value: 'https://npm.elemecdn.com/hexo-butterfly-envelope/lib/after.png'
- $formkit: repeater - $formkit: repeater
name: messageList name: messageList
if: $get(enable_envelope_comment).value if: $get(enable_envelope_comment).value
label: 正文 label: 正文
value: value:
- content: "有什么想问的?" - content: '有什么想问的?'
- content: "有什么想说的?" - content: '有什么想说的?'
- content: "有什么想吐槽的?" - content: '有什么想吐槽的?'
- content: "哪怕是有什么想吃的,都可以告诉我哦~" - content: '哪怕是有什么想吃的,都可以告诉我哦~'
children: children:
- $formkit: text - $formkit: text
name: content name: content
label: 内容 label: 内容
placeholder: 请输入内容 placeholder: 请输入内容
value: "有什么想问的?" value: '有什么想问的?'
- $formkit: text - $formkit: text
name: bottom name: bottom
if: $get(enable_envelope_comment).value if: $get(enable_envelope_comment).value
@ -2278,11 +2278,11 @@ spec:
- $formkit: color - $formkit: color
name: themeLightSkin name: themeLightSkin
label: 主题浅色基色 label: 主题浅色基色
value: "#425AEF" value: '#425AEF'
- $formkit: color - $formkit: color
name: themeDarkSkin name: themeDarkSkin
label: 主题深色基色 label: 主题深色基色
value: "#f2b94b" value: '#f2b94b'
- $formkit: radio - $formkit: radio
name: universe name: universe
label: 深色模式粒子效果 label: 深色模式粒子效果
@ -2391,156 +2391,156 @@ spec:
label: 代码块主题(浅色)随着系统主题变化 label: 代码块主题(浅色)随着系统主题变化
value: one-light value: one-light
options: options:
- value: "one-dark" - value: 'one-dark'
label: "one-dark" label: 'one-dark'
- value: "one-light" - value: 'one-light'
label: "one-light" label: 'one-light'
- value: "a11y-dark" - value: 'a11y-dark'
label: "a11y-dark" label: 'a11y-dark'
- value: "atom-dark" - value: 'atom-dark'
label: "atom-dark" label: 'atom-dark'
- value: "base16-ateliersulphurpool.light" - value: 'base16-ateliersulphurpool.light'
label: "base16-ateliersulphurpool.light" label: 'base16-ateliersulphurpool.light'
- value: "cb" - value: 'cb'
label: "cb" label: 'cb'
- value: "coldark-cold" - value: 'coldark-cold'
label: "coldark-cold" label: 'coldark-cold'
- value: "coldark-dark" - value: 'coldark-dark'
label: "coldark-dark" label: 'coldark-dark'
- value: "coy-without-shadows" - value: 'coy-without-shadows'
label: "coy-without-shadows" label: 'coy-without-shadows'
- value: "darcula" - value: 'darcula'
label: "darcula" label: 'darcula'
- value: "dracula" - value: 'dracula'
label: "dracula" label: 'dracula'
- value: "duotone-dark" - value: 'duotone-dark'
label: "duotone-dark" label: 'duotone-dark'
- value: "duotone-earth" - value: 'duotone-earth'
label: "duotone-earth" label: 'duotone-earth'
- value: "duotone-forest" - value: 'duotone-forest'
label: "duotone-forest" label: 'duotone-forest'
- value: "duotone-light" - value: 'duotone-light'
label: "duotone-light" label: 'duotone-light'
- value: "duotone-sea" - value: 'duotone-sea'
label: "duotone-sea" label: 'duotone-sea'
- value: "duotone-space" - value: 'duotone-space'
label: "duotone-space" label: 'duotone-space'
- value: "ghcolors" - value: 'ghcolors'
label: "ghcolors" label: 'ghcolors'
- value: "gruvbox-dark" - value: 'gruvbox-dark'
label: "gruvbox-dark" label: 'gruvbox-dark'
- value: "gruvbox-light" - value: 'gruvbox-light'
label: "gruvbox-light" label: 'gruvbox-light'
- value: "holi-theme" - value: 'holi-theme'
label: "holi-theme" label: 'holi-theme'
- value: "hopscotch" - value: 'hopscotch'
label: "hopscotch" label: 'hopscotch'
- value: "lucario" - value: 'lucario'
label: "lucario" label: 'lucario'
- value: "material-dark" - value: 'material-dark'
label: "material-dark" label: 'material-dark'
- value: "material-light" - value: 'material-light'
label: "material-light" label: 'material-light'
- value: "material-oceanic" - value: 'material-oceanic'
label: "material-oceanic" label: 'material-oceanic'
- value: "night-owl" - value: 'night-owl'
label: "night-owl" label: 'night-owl'
- value: "nord" - value: 'nord'
label: "nord" label: 'nord'
- value: "pojoaque" - value: 'pojoaque'
label: "pojoaque" label: 'pojoaque'
- value: "shades-of-purple" - value: 'shades-of-purple'
label: "shades-of-purple" label: 'shades-of-purple'
- value: "solarized-dark-atom" - value: 'solarized-dark-atom'
label: "solarized-dark-atom" label: 'solarized-dark-atom'
- value: "synthwave84" - value: 'synthwave84'
label: "synthwave84" label: 'synthwave84'
- value: "vs" - value: 'vs'
label: "vs" label: 'vs'
- value: "vsc-dark-plus" - value: 'vsc-dark-plus'
label: "vsc-dark-plus" label: 'vsc-dark-plus'
- value: "xonokai" - value: 'xonokai'
label: "xonokai" label: 'xonokai'
- value: "z-touch" - value: 'z-touch'
label: "z-touch" label: 'z-touch'
- $formkit: select - $formkit: select
name: theme_dark name: theme_dark
if: $get(enable).value if: $get(enable).value
label: 代码块主题(深色)随着系统主题变化 label: 代码块主题(深色)随着系统主题变化
value: one-dark value: one-dark
options: options:
- value: "one-dark" - value: 'one-dark'
label: "one-dark" label: 'one-dark'
- value: "one-light" - value: 'one-light'
label: "one-light" label: 'one-light'
- value: "a11y-dark" - value: 'a11y-dark'
label: "a11y-dark" label: 'a11y-dark'
- value: "atom-dark" - value: 'atom-dark'
label: "atom-dark" label: 'atom-dark'
- value: "base16-ateliersulphurpool.light" - value: 'base16-ateliersulphurpool.light'
label: "base16-ateliersulphurpool.light" label: 'base16-ateliersulphurpool.light'
- value: "cb" - value: 'cb'
label: "cb" label: 'cb'
- value: "coldark-cold" - value: 'coldark-cold'
label: "coldark-cold" label: 'coldark-cold'
- value: "coldark-dark" - value: 'coldark-dark'
label: "coldark-dark" label: 'coldark-dark'
- value: "coy-without-shadows" - value: 'coy-without-shadows'
label: "coy-without-shadows" label: 'coy-without-shadows'
- value: "darcula" - value: 'darcula'
label: "darcula" label: 'darcula'
- value: "dracula" - value: 'dracula'
label: "dracula" label: 'dracula'
- value: "duotone-dark" - value: 'duotone-dark'
label: "duotone-dark" label: 'duotone-dark'
- value: "duotone-earth" - value: 'duotone-earth'
label: "duotone-earth" label: 'duotone-earth'
- value: "duotone-forest" - value: 'duotone-forest'
label: "duotone-forest" label: 'duotone-forest'
- value: "duotone-light" - value: 'duotone-light'
label: "duotone-light" label: 'duotone-light'
- value: "duotone-sea" - value: 'duotone-sea'
label: "duotone-sea" label: 'duotone-sea'
- value: "duotone-space" - value: 'duotone-space'
label: "duotone-space" label: 'duotone-space'
- value: "ghcolors" - value: 'ghcolors'
label: "ghcolors" label: 'ghcolors'
- value: "gruvbox-dark" - value: 'gruvbox-dark'
label: "gruvbox-dark" label: 'gruvbox-dark'
- value: "gruvbox-light" - value: 'gruvbox-light'
label: "gruvbox-light" label: 'gruvbox-light'
- value: "holi-theme" - value: 'holi-theme'
label: "holi-theme" label: 'holi-theme'
- value: "hopscotch" - value: 'hopscotch'
label: "hopscotch" label: 'hopscotch'
- value: "lucario" - value: 'lucario'
label: "lucario" label: 'lucario'
- value: "material-dark" - value: 'material-dark'
label: "material-dark" label: 'material-dark'
- value: "material-light" - value: 'material-light'
label: "material-light" label: 'material-light'
- value: "material-oceanic" - value: 'material-oceanic'
label: "material-oceanic" label: 'material-oceanic'
- value: "night-owl" - value: 'night-owl'
label: "night-owl" label: 'night-owl'
- value: "nord" - value: 'nord'
label: "nord" label: 'nord'
- value: "pojoaque" - value: 'pojoaque'
label: "pojoaque" label: 'pojoaque'
- value: "shades-of-purple" - value: 'shades-of-purple'
label: "shades-of-purple" label: 'shades-of-purple'
- value: "solarized-dark-atom" - value: 'solarized-dark-atom'
label: "solarized-dark-atom" label: 'solarized-dark-atom'
- value: "synthwave84" - value: 'synthwave84'
label: "synthwave84" label: 'synthwave84'
- value: "vs" - value: 'vs'
label: "vs" label: 'vs'
- value: "vsc-dark-plus" - value: 'vsc-dark-plus'
label: "vsc-dark-plus" label: 'vsc-dark-plus'
- value: "xonokai" - value: 'xonokai'
label: "xonokai" label: 'xonokai'
- value: "z-touch" - value: 'z-touch'
label: "z-touch" label: 'z-touch'
- group: tool - group: tool
label: 小部件 label: 小部件
@ -2577,12 +2577,12 @@ spec:
name: id name: id
label: 音乐的id label: 音乐的id
help: 歌单的id可以从音乐歌单分享的链接中获取 help: 歌单的id可以从音乐歌单分享的链接中获取
value: "xxxxxx" value: 'xxxxxx'
- $formkit: text - $formkit: text
name: server name: server
label: 服务 label: 服务
help: 歌单的服务商例如netease网易云音乐,tencent腾讯,kugou酷狗,xiami小米音乐,baidu百度音乐 help: 歌单的服务商例如netease网易云音乐,tencent腾讯,kugou酷狗,xiami小米音乐,baidu百度音乐
value: "tencent" value: 'tencent'
- $formkit: url - $formkit: url
name: all_playlist name: all_playlist
label: 播放列表地址 label: 播放列表地址
@ -2665,7 +2665,7 @@ spec:
label: 懒加载 label: 懒加载
value: value:
enable: true enable: true
errorImg: "/themes/theme-hao/assets/images/404.gif" errorImg: '/themes/theme-hao/assets/images/404.gif'
loadingImg: /themes/theme-hao/assets/images/404s.gif loadingImg: /themes/theme-hao/assets/images/404s.gif
children: children:
- $formkit: radio - $formkit: radio