We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ac54b commit 87e421cCopy full SHA for 87e421c
1 file changed
src/main/resources/extensions/settings.yaml
@@ -9,11 +9,13 @@ spec:
9
formSchema:
10
- $formkit: text
11
label: 默认模型编号
12
+ help: 默认模型编号为访客首次浏览网站时所展示的模型
13
name: modelId
14
validation: required|Number
15
value: 1
16
17
label: 默认材质编号
18
+ help: 默认材质编号为访客首次浏览网站时所展示的材质
19
name: modelTexturesId
20
21
value: 53
@@ -29,7 +31,7 @@ spec:
29
31
label: 关闭
30
32
- $formkit: checkbox
33
if: "$get(isTools).value === true"
- label: 选择需要开启/关闭的小工具
34
+ label: 选择需要启用的小工具
35
name: tools
36
value:
37
- hitokoto
0 commit comments