更新textarea

This commit is contained in:
2025-08-12 20:29:19 +08:00
parent d8072543f5
commit 6a285136aa

View File

@@ -5,8 +5,17 @@ title: "[Bug]"
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: "测试" label: "提交前请先确认"
options: options:
- label: "选项一" - label: "我确认此 Bug 尚未被人提交过"
required: true required: true
- label: "选项二" - label: "我确认此 Bug 非平衡性问题"
required: true
- type: textarea
attributes:
label: "出现问题的时间"
placeholder: "请使用北京时间GMT+8填写"
validations:
is_number: true
required: true