chore: convert lower to upper case

This commit is contained in:
SessionHu 2025-05-01 11:01:44 +08:00
parent 8c6bb6be92
commit 882b139c24
No known key found for this signature in database
GPG Key ID: 9E7E64C25FE3301A

View File

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