Add referral param to ShengSuanYun website links

The websiteUrl for ShengSuanYun presets pointed at the bare domain while
only apiKeyUrl carried the from=CH_4HHXMRYF referral code. Append the same
referral param to websiteUrl across all provider presets so the in-app
'open website' jump is also attributed to the channel.
This commit is contained in:
Jason
2026-05-29 18:15:03 +08:00
parent 3a15420770
commit 85552cf40a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
npm: "@ai-sdk/anthropic",