mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 10:25:05 +08:00
feat(presets): add TeamoRouter provider preset for 6 apps
Add TeamoRouter (enterprise Agentic LLM gateway) as a sponsor partner across Claude Code, Claude Desktop, Codex, OpenCode, OpenClaw and Hermes. - Claude Code uses bare host https://api.teamorouter.com; Codex uses https://api.teamorouter.com/v1 (native Responses); OpenCode/OpenClaw/ Hermes use gpt-5.5 over the OpenAI-compatible /v1 endpoint. No Gemini. - apiKeyUrl uses the English referral link with UTM params (in-app stays English; README links are per-language). - Add localized in-app promo blurb (zh/en/ja/zh-TW). - Add README sponsor rows below PatewayAI in all four READMEs. - Register the teamorouter provider icon and pad the README banner to the standard 2.40 aspect ratio.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -22,6 +22,7 @@ import _runapi from "./runapi.jpg";
|
||||
import _shengsuanyun from "./shengsuanyun.svg?url";
|
||||
import _subrouter from "./subrouter.svg?url";
|
||||
import _sudocode from "./sudocode.png";
|
||||
import _teamorouter from "./TeamoRouter-icon-dark.png";
|
||||
import _unity2 from "./unity2.png";
|
||||
import _zetaapi from "./zetaapi-icon.png";
|
||||
|
||||
@@ -119,6 +120,7 @@ export const iconUrls: Record<string, string> = {
|
||||
shengsuanyun: _shengsuanyun,
|
||||
subrouter: _subrouter,
|
||||
sudocode: _sudocode,
|
||||
teamorouter: _teamorouter,
|
||||
unity2: _unity2,
|
||||
zetaapi: _zetaapi,
|
||||
};
|
||||
|
||||
@@ -256,6 +256,21 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
],
|
||||
defaultColor: "#000000",
|
||||
},
|
||||
teamorouter: {
|
||||
name: "teamorouter",
|
||||
displayName: "TeamoRouter",
|
||||
category: "ai-provider",
|
||||
keywords: [
|
||||
"teamorouter",
|
||||
"teamo",
|
||||
"router",
|
||||
"aggregator",
|
||||
"relay",
|
||||
"gateway",
|
||||
"gpt",
|
||||
],
|
||||
defaultColor: "#000000",
|
||||
},
|
||||
cubence: {
|
||||
name: "cubence",
|
||||
displayName: "Cubence",
|
||||
|
||||
Reference in New Issue
Block a user