Skip to content

Commit

Permalink
✈️ 修正某些配置文件 label,增加提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG committed Dec 14, 2022
1 parent d7ac54b commit 87e421c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/extensions/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ spec:
formSchema:
- $formkit: text
label: 默认模型编号
help: 默认模型编号为访客首次浏览网站时所展示的模型
name: modelId
validation: required|Number
value: 1
- $formkit: text
label: 默认材质编号
help: 默认材质编号为访客首次浏览网站时所展示的材质
name: modelTexturesId
validation: required|Number
value: 53
Expand All @@ -29,7 +31,7 @@ spec:
label: 关闭
- $formkit: checkbox
if: "$get(isTools).value === true"
label: 选择需要开启/关闭的小工具
label: 选择需要启用的小工具
name: tools
value:
- hitokoto
Expand Down

0 comments on commit 87e421c

Please sign in to comment.