mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 16:56:16 +08:00
chore(kimi): update referral links to new platform.kimi.com domain
Moonshot rebranded its console to Kimi, so refresh all Kimi sponsor referral links across provider presets and READMEs: - API (domestic): platform.moonshot.cn/console -> platform.kimi.com - API key page: platform.moonshot.cn/console/api-keys -> platform.kimi.com/console/api-keys - Coding Plan: www.kimi.com/code/docs/ -> www.kimi.com/code/ Also add the missing ?aff=cc-switch param to the codex and openclaw entries that previously had no referral attribution. API endpoints (api.moonshot.cn, api.kimi.com/coding) are intentionally left unchanged. The overseas link (platform.kimi.ai) is not wired up yet since there is no overseas API preset.
This commit is contained in:
@@ -485,8 +485,8 @@ requires_openai_auth = true`,
|
||||
{
|
||||
name: "Kimi",
|
||||
primePartner: true,
|
||||
websiteUrl: "https://platform.moonshot.cn/console?aff=cc-switch",
|
||||
apiKeyUrl: "https://platform.moonshot.cn/console/api-keys?aff=cc-switch",
|
||||
websiteUrl: "https://platform.kimi.com?aff=cc-switch",
|
||||
apiKeyUrl: "https://platform.kimi.com/console/api-keys?aff=cc-switch",
|
||||
auth: generateThirdPartyAuth(""),
|
||||
config: generateThirdPartyConfig(
|
||||
"kimi",
|
||||
@@ -516,8 +516,8 @@ requires_openai_auth = true`,
|
||||
{
|
||||
name: "Kimi For Coding",
|
||||
primePartner: true,
|
||||
websiteUrl: "https://www.kimi.com/code/docs/",
|
||||
apiKeyUrl: "https://www.kimi.com/code/",
|
||||
websiteUrl: "https://www.kimi.com/code/?aff=cc-switch",
|
||||
apiKeyUrl: "https://www.kimi.com/code/?aff=cc-switch",
|
||||
auth: generateThirdPartyAuth(""),
|
||||
config: generateThirdPartyConfig(
|
||||
"kimi_coding",
|
||||
|
||||
Reference in New Issue
Block a user