Update Readme.md

This commit is contained in:
a76yyyy 2023-06-03 13:49:49 +08:00
parent 065ecb3cbc
commit 84a5f3246e
2 changed files with 13 additions and 13 deletions

View File

@ -26,7 +26,7 @@ body:
attributes:
label: 模板备注及说明
description: |
HAR 文件的备注信息及说明, 选填, 请勿使用英文括号等特殊字符, 如需括号请使用中文括号
HAR 文件的备注信息及说明, 选填
- type: input
id: filename
attributes:
@ -34,6 +34,13 @@ body:
description: |
请提供 HAR 文件的文件名, 含 `.har` 后缀, 允许中文, 请勿使用括号等特殊字符
placeholder: "Example_HARNAME.har"
- type: textarea
id: other_information
attributes:
label: 其他信息
description: |
请提供其他信息, 例如: 对于 Issue 的其他说明, 选填, 如无请填暂无
render: Markdown
- type: textarea
id: har_content
attributes:
@ -41,10 +48,3 @@ body:
description: |
请将 HAR 文件内容粘贴到此处, 允许使用 json 格式化工具进行格式化后再粘贴
render: JSON
- type: textarea
id: other_information
attributes:
label: 其他信息
description: |
请提供其他信息, 例如: 对于 Issue 的其他说明, 选填, 请勿使用英文括号等特殊字符, 如需括号请使用中文括号
render: Markdown

View File

@ -57,22 +57,22 @@ Tips:
>
> ### 模板备注及说明
>
> 请在此输入模板备注及说明 ( HAR 文件的备注及说明, 直接换行即可, 无需<br>, 请勿使用英文括号等特殊字符, 如需括号请使用中文括号)
> 请在此输入模板备注及说明 ( HAR 文件的备注及说明, 直接换行即可, 无需<br>)
>
> ### HAR 文件名
>
> 请将此行替换为 **HAR 文件名** ( HAR 文件的文件名, 含 `.har` 后缀, 允许中文, 请勿使用括号等特殊字符)
>
> ### 其他信息
>
> 请在此输入Issue的其他信息, 选填, 如无请填暂无 ( 例如: 对于 Issue 的其他说明 )
>
> ### HAR 模板内容
>
> ```JSON
> 请将此行替换为 **HAR 模板内容** (请粘贴 HAR 文件内容, 允许使用 json 格式化工具进行格式化后再粘贴)
> ```
>
> ### 其他信息
>
> 请在此输入其他信息, 选填, 例如: 对于 Issue 的其他说明 ( 请勿使用英文括号等特殊字符, 如需括号请使用中文括号)
>
> ~~~
>
> 修改完成后, 请为 Issue 添加 `har` 标签, 并点击 `Submit changes` 按钮进行提交