diff --git a/src/types.ts b/src/types.ts index 3a81ec3b2..a6c769e61 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,6 +1,7 @@ export type ProviderCategory = | "official" // 官方 | "cn_official" // 开源官方(原"国产官方") + | "cloud_provider" // 云服务商(AWS Bedrock 等) | "aggregator" // 聚合网站 | "third_party" // 第三方供应商 | "custom" // 自定义