mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 02:05:57 +08:00
chore(presets): add RunAPI referral link runapi.co/register
Point the RunAPI invite link at https://runapi.co/register?aff=iOKB across all 7 app presets (apiKeyUrl) and the four README sponsor rows (banner + CTA), which previously used the bare runapi.co homepage with no referral tag. The websiteUrl and runapi.co API endpoints stay bare, so the aff code never enters a request URL.
This commit is contained in:
@@ -1319,7 +1319,7 @@ requires_openai_auth = true`,
|
||||
{
|
||||
name: "RunAPI",
|
||||
websiteUrl: "https://runapi.co",
|
||||
apiKeyUrl: "https://runapi.co",
|
||||
apiKeyUrl: "https://runapi.co/register?aff=iOKB",
|
||||
category: "aggregator",
|
||||
auth: generateThirdPartyAuth(""),
|
||||
config: generateThirdPartyConfig(
|
||||
|
||||
Reference in New Issue
Block a user