mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-05 10:43:42 +00:00
51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
name: Process HAR
|
|
description: 请按照提示, 上传或修改 HAR 模板文件
|
|
title: " 评论区"
|
|
labels: ["har"]
|
|
body:
|
|
- type: input
|
|
id: name
|
|
attributes:
|
|
label: HAR 模板名称
|
|
description: |
|
|
请提供 HAR 文件的命名, 空格请用下划线代替, 允许中文, 请勿使用括号等特殊字符
|
|
placeholder: "Example_HARNAME"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: author
|
|
attributes:
|
|
label: 作者信息
|
|
description: |
|
|
请提供 HAR 文件的作者名或昵称, 用英文逗号 `,` 分隔多个作者, 请勿使用括号等特殊字符
|
|
placeholder: "Example_Author1, Example_Author2"
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: comments
|
|
attributes:
|
|
label: 模板备注及说明
|
|
description: |
|
|
HAR 文件的备注信息及说明, 选填, 请勿使用英文括号等特殊字符, 如需括号请使用中文括号
|
|
- type: input
|
|
id: filename
|
|
attributes:
|
|
label: HAR 文件名
|
|
description: |
|
|
请提供 HAR 文件的文件名, 含 `.har` 后缀, 允许中文, 请勿使用括号等特殊字符
|
|
placeholder: "Example_HARNAME.har"
|
|
- type: textarea
|
|
id: har_content
|
|
attributes:
|
|
label: HAR 模板内容
|
|
description: |
|
|
请将 HAR 文件内容粘贴到此处, 建议使用 json 格式化工具进行格式化后再粘贴
|
|
render: JSON
|
|
- type: textarea
|
|
id: other_information
|
|
attributes:
|
|
label: 其他信息
|
|
description: |
|
|
请提供其他信息, 例如: 对于 Issue 的其他说明, 选填, 请勿使用英文括号等特殊字符, 如需括号请使用中文括号
|
|
render: Markdown
|