25 lines
682 B
YAML
25 lines
682 B
YAML
name: 提交句子
|
|
description: 提交一个新的句子
|
|
title: "[New]: Sentence"
|
|
body:
|
|
- type: textarea
|
|
id: sentence
|
|
attributes:
|
|
label: 句子
|
|
description: 你的句子是什么,请不要在句尾加句号
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: author
|
|
attributes:
|
|
label: 作者
|
|
description: 这个句子是哪位角色说的,例如:"桂乃芬"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: from
|
|
attributes:
|
|
label: 出处
|
|
description: 这个句子是哪个游戏哪个任务里的,例如:"崩坏:星穹铁道《狐斋志异》双生"
|
|
validations:
|
|
required: true |