chore(presets): update CrazyRouter API endpoints to cn subdomain

Update all CrazyRouter baseURL configurations from crazyrouter.com
to cn.crazyrouter.com across all supported applications (Claude,
Codex, Gemini, Hermes, OpenClaw, OpenCode, Claude Desktop).

Website and registration URLs remain unchanged.
This commit is contained in:
Jason
2026-05-14 15:40:41 +08:00
parent 99304ffcfd
commit 8dabb9fab9
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -267,10 +267,10 @@ requires_openai_auth = true`,
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"crazyrouter",
"https://crazyrouter.com/v1",
"https://cn.crazyrouter.com/v1",
"gpt-5.4",
),
endpointCandidates: ["https://crazyrouter.com/v1"],
endpointCandidates: ["https://cn.crazyrouter.com/v1"],
isPartner: true,
partnerPromotionKey: "crazyrouter",
icon: "crazyrouter",