mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 02:05:57 +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:
@@ -579,7 +579,7 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
|
||||
{
|
||||
name: "Kimi",
|
||||
primePartner: true,
|
||||
websiteUrl: "https://platform.moonshot.cn/console?aff=cc-switch",
|
||||
websiteUrl: "https://platform.kimi.com?aff=cc-switch",
|
||||
settingsConfig: {
|
||||
name: "kimi",
|
||||
base_url: "https://api.moonshot.cn/v1",
|
||||
@@ -597,7 +597,7 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
|
||||
{
|
||||
name: "Kimi For Coding",
|
||||
primePartner: true,
|
||||
websiteUrl: "https://www.kimi.com/code/docs/?aff=cc-switch",
|
||||
websiteUrl: "https://www.kimi.com/code/?aff=cc-switch",
|
||||
settingsConfig: {
|
||||
name: "kimi_coding",
|
||||
base_url: "https://api.kimi.com/coding/",
|
||||
|
||||
Reference in New Issue
Block a user