Revert "fix(presets): point Volcengine/Doubao/BytePlus website links to official sites"

The websiteUrl for 火山Agentplan, DouBaoSeed and BytePlus is intentionally the ccswitch-attributed apiKeyUrl link, per the Volcengine partner's request. Restore the invite/attribution links across all six app preset files.

This reverts the websiteUrl changes from 56248087; apiKeyUrl was already left intact there.
This commit is contained in:
Jason
2026-07-08 11:11:17 +08:00
parent bad3610d93
commit fad5b4c094
6 changed files with 36 additions and 18 deletions
+6 -3
View File
@@ -151,7 +151,8 @@ export const codexProviderPresets: CodexProviderPreset[] = [
},
{
name: "火山Agentplan",
websiteUrl: "https://www.volcengine.com/product/ark",
websiteUrl:
"https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=6J6FV5N2&utm_campaign=hw&utm_content=ccswitch&utm_medium=devrel_tool_web&utm_source=OWO&utm_term=ccswitch",
apiKeyUrl:
"https://www.volcengine.com/activity/codingplan?ac=MMAP8JTTCAQ2&rc=6J6FV5N2&utm_campaign=hw&utm_content=ccswitch&utm_medium=devrel_tool_web&utm_source=OWO&utm_term=ccswitch",
auth: generateThirdPartyAuth(""),
@@ -177,7 +178,8 @@ export const codexProviderPresets: CodexProviderPreset[] = [
},
{
name: "BytePlus",
websiteUrl: "https://www.byteplus.com/en/product/modelark",
websiteUrl:
"https://www.byteplus.com/en/product/modelark?utm_campaign=hw&utm_content=ccswitch&utm_medium=devrel_tool_web&utm_source=OWO&utm_term=ccswitch",
apiKeyUrl:
"https://www.byteplus.com/en/product/modelark?utm_campaign=hw&utm_content=ccswitch&utm_medium=devrel_tool_web&utm_source=OWO&utm_term=ccswitch",
auth: generateThirdPartyAuth(""),
@@ -205,7 +207,8 @@ export const codexProviderPresets: CodexProviderPreset[] = [
},
{
name: "DouBaoSeed",
websiteUrl: "https://www.volcengine.com/product/doubao",
websiteUrl:
"https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey?apikey=%7B%7D&utm_campaign=hw&utm_content=ccswitch&utm_medium=devrel_tool_web&utm_source=OWO&utm_term=ccswitch",
apiKeyUrl:
"https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey?apikey=%7B%7D&utm_campaign=hw&utm_content=ccswitch&utm_medium=devrel_tool_web&utm_source=OWO&utm_term=ccswitch",
auth: generateThirdPartyAuth(""),