chore: convert lower to upper case
This commit is contained in:
parent
8c6bb6be92
commit
882b139c24
8
.github/ISSUE_TEMPLATE/1-update-request.yml
vendored
8
.github/ISSUE_TEMPLATE/1-update-request.yml
vendored
@ -7,7 +7,7 @@ body:
|
||||
attributes:
|
||||
label: "提交前请确认"
|
||||
options:
|
||||
- label: "我已检索仓库中文档,不包含所提及内容,或所提及内容在本仓库中存在错误,且 Issues、Pull Requests 中无相关提交"
|
||||
- label: "我已阅读贡献指南, 已检索仓库中文档,不包含所提及内容,或所提及内容在本仓库中存在错误,且 Issues、Pull Requests 中无相关提交"
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: source
|
||||
@ -15,7 +15,7 @@ body:
|
||||
label: "API 来源"
|
||||
description: "该 API 在何平台中使用"
|
||||
options:
|
||||
- "Web 端(含 h5)"
|
||||
- "Web 端(含 H5)"
|
||||
- "PC 客户端(Electron)"
|
||||
- "Android 客户端(含粉版、平板版、蓝版、概念版、国际版等)"
|
||||
- "TV 客户端(含云试听小电视、车机、物联网版等)"
|
||||
@ -33,7 +33,7 @@ body:
|
||||
options:
|
||||
- "REST"
|
||||
- "gRPC"
|
||||
- "长连接数据帧(含 ws、TCP)"
|
||||
- "长连接数据帧(含 WS、TCP)"
|
||||
- "其他类型(请在详情中备注)"
|
||||
validations:
|
||||
required: true
|
||||
@ -41,7 +41,7 @@ body:
|
||||
id: adderss
|
||||
attributes:
|
||||
label: "API 地址"
|
||||
description: "REST 的 url,或 gRPC 的包名+服务名,更新时可为原文档链接"
|
||||
description: "REST 的 URL,或 gRPC 的包名+服务名,更新时可为原文档链接"
|
||||
placeholder: "eg: https://api.bilibili.com/2333333"
|
||||
validations:
|
||||
required: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user