mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-28 00:35:32 +08:00
feat(presets): point SubRouter apiKeyUrl to aff referral link
Swap the SubRouter apiKeyUrl across all 7 client presets from the neutral console/token page to the affiliate registration link (?aff=l3ri), matching the project's referral-link convention. Sync the preset test constant accordingly.
This commit is contained in:
@@ -439,7 +439,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
|
||||
{
|
||||
name: "SubRouter",
|
||||
websiteUrl: "https://subrouter.ai",
|
||||
apiKeyUrl: "https://subrouter.ai/console/token",
|
||||
apiKeyUrl: "https://subrouter.ai/register?aff=l3ri",
|
||||
settingsConfig: {
|
||||
npm: "@ai-sdk/openai-compatible",
|
||||
name: "SubRouter",
|
||||
|
||||
Reference in New Issue
Block a user