mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +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:
@@ -600,8 +600,8 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
|
||||
{
|
||||
name: "Kimi",
|
||||
primePartner: true,
|
||||
websiteUrl: "https://platform.moonshot.cn/console?aff=cc-switch",
|
||||
apiKeyUrl: "https://platform.moonshot.cn/console/api-keys",
|
||||
websiteUrl: "https://platform.kimi.com?aff=cc-switch",
|
||||
apiKeyUrl: "https://platform.kimi.com/console/api-keys?aff=cc-switch",
|
||||
settingsConfig: {
|
||||
baseUrl: "https://api.moonshot.cn/v1",
|
||||
apiKey: "",
|
||||
@@ -639,8 +639,8 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
|
||||
{
|
||||
name: "Kimi For Coding",
|
||||
primePartner: true,
|
||||
websiteUrl: "https://www.kimi.com/code/docs/?aff=cc-switch",
|
||||
apiKeyUrl: "https://platform.moonshot.cn/console/api-keys",
|
||||
websiteUrl: "https://www.kimi.com/code/?aff=cc-switch",
|
||||
apiKeyUrl: "https://platform.kimi.com/console/api-keys?aff=cc-switch",
|
||||
settingsConfig: {
|
||||
baseUrl: "https://api.kimi.com/v1",
|
||||
apiKey: "",
|
||||
|
||||
Reference in New Issue
Block a user