完善
This commit is contained in:
@@ -13,9 +13,29 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "请按照以下格式填写\n"
|
label: "出现Bug的对局时间"
|
||||||
placeholder: "请使用北京时间(GMT+8)填写"
|
placeholder: "请使用北京时间(GMT+8)填写"
|
||||||
validations:
|
validations:
|
||||||
is_number: true
|
is_number: true
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "参与的玩家 ID(使用逗号分隔,将天灾写在第一位)"
|
||||||
|
placeholder: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "出现/发现 Bug 的玩家 ID 及使用职业(天灾需写适应力)"
|
||||||
|
placeholder: "如 o0SId0o 超活性化僵尸 适应力1"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "Bug 描述"
|
||||||
|
placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user