feat: add cloud_provider category to ProviderCategory type

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-02-15 11:36:42 +00:00
committed by Jason
parent d9a7c78138
commit c5668165a8

View File

@@ -1,6 +1,7 @@
export type ProviderCategory =
| "official" // 官方
| "cn_official" // 开源官方(原"国产官方"
| "cloud_provider" // 云服务商AWS Bedrock 等)
| "aggregator" // 聚合网站
| "third_party" // 第三方供应商
| "custom" // 自定义