mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-29 09:37:37 +08:00
feat(omo): integrate Oh My OpenCode profile management into Provider system
Adds full-stack OMO support: backend config read/write/import, OMO-specific provider CRUD with exclusive switching, frontend profile editor with agent/category/model configuration, global config management, and i18n support.
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ export type ProviderCategory =
|
||||
| "cn_official" // 开源官方(原"国产官方")
|
||||
| "aggregator" // 聚合网站
|
||||
| "third_party" // 第三方供应商
|
||||
| "custom"; // 自定义
|
||||
| "custom" // 自定义
|
||||
| "omo"; // Oh My OpenCode
|
||||
|
||||
export interface Provider {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user