mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-01 04:02:02 +08:00
chore(presets): migrate OpenClaudeCode to MicuAPI domain
Replace all openclaudecode.cn URLs with micuapi.ai across all provider presets (Claude, Codex, Hermes, OpenClaw, OpenCode, Claude Desktop). This includes website URLs, API key URLs, and base URLs.
This commit is contained in:
@@ -337,15 +337,15 @@ requires_openai_auth = true`,
|
||||
},
|
||||
{
|
||||
name: "Micu",
|
||||
websiteUrl: "https://www.openclaudecode.cn",
|
||||
apiKeyUrl: "https://www.openclaudecode.cn/register?aff=aOYQ",
|
||||
websiteUrl: "https://www.micuapi.ai",
|
||||
apiKeyUrl: "https://www.micuapi.ai/register?aff=aOYQ",
|
||||
auth: generateThirdPartyAuth(""),
|
||||
config: generateThirdPartyConfig(
|
||||
"micu",
|
||||
"https://www.openclaudecode.cn/v1",
|
||||
"https://www.micuapi.ai/v1",
|
||||
"gpt-5.4",
|
||||
),
|
||||
endpointCandidates: ["https://www.openclaudecode.cn/v1"],
|
||||
endpointCandidates: ["https://www.micuapi.ai/v1"],
|
||||
category: "third_party",
|
||||
isPartner: true, // 合作伙伴
|
||||
partnerPromotionKey: "micu", // 促销信息 i18n key
|
||||
|
||||
Reference in New Issue
Block a user