mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 03:32:25 +08:00
Add SubRouter provider presets (#4522)
Co-authored-by: abingyyds <abingyyds@gmail.com>
This commit is contained in:
@@ -140,6 +140,22 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
keywords: ["ccsub", "aggregator", "relay", "claude", "codex", "gateway"],
|
||||
defaultColor: "#1E88E5",
|
||||
},
|
||||
subrouter: {
|
||||
name: "subrouter",
|
||||
displayName: "SubRouter",
|
||||
category: "ai-provider",
|
||||
keywords: [
|
||||
"subrouter",
|
||||
"subrouter.ai",
|
||||
"aggregator",
|
||||
"relay",
|
||||
"claude",
|
||||
"codex",
|
||||
"gemini",
|
||||
"gateway",
|
||||
],
|
||||
defaultColor: "#0D9488",
|
||||
},
|
||||
chatglm: {
|
||||
name: "chatglm",
|
||||
displayName: "chatglm",
|
||||
|
||||
Reference in New Issue
Block a user