mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-22 15:37:38 +08:00
🐛 docs: 添加发布插件表单
This commit is contained in:
parent
b469c9420e
commit
fbb9ed82ee
@ -33,7 +33,7 @@ body:
|
||||
- type: input
|
||||
id: link
|
||||
attributes:
|
||||
label: Download Link
|
||||
label: Link
|
||||
description: Direct download link of the resource pack
|
||||
placeholder: e.g. https://aaa.com/r.zip
|
||||
validations:
|
||||
@ -54,6 +54,6 @@ body:
|
||||
label: Tags
|
||||
description: Tags
|
||||
placeholder: 'e.g. [{"label": "Tag Name", "color": "#ea5252"}]'
|
||||
value: [ { "label": "Tag Name", "color": "#a2d8f4" } ]
|
||||
value: '[ { "label": "Text", "color": "#a2d8f4" } ]'
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
@ -54,6 +54,6 @@ body:
|
||||
label: 标签
|
||||
description: 标签
|
||||
placeholder: 'e.g. [{"label": "标签名", "color": "#ea5252"}]'
|
||||
value: [ { "label": "标签名", "color": "#a2d8f4" } ]
|
||||
value: '[ { "label": "标签名", "color": "#a2d8f4" } ]'
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
|
Loading…
Reference in New Issue
Block a user