chore(presets): update SSSAiCode domain and endpoint nodes

Switch website/apiKey URLs to sssaicodeapi.com and replace base URL
nodes with node-hk.sssaicodeapi.com (default), node-hk.sssaiapi.com,
and node-cf.sssaicodeapi.com across all 7 app presets.
This commit is contained in:
Jason
2026-06-06 19:28:40 +08:00
parent 2985ad2c14
commit e96eab5278
7 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -1540,13 +1540,13 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
{
name: "SSSAiCode",
websiteUrl: "https://www.sssaicode.com",
apiKeyUrl: "https://www.sssaicode.com/register?ref=DCP0SM",
websiteUrl: "https://sssaicodeapi.com",
apiKeyUrl: "https://sssaicodeapi.com/register?ref=DCP0SM",
settingsConfig: {
npm: "@ai-sdk/anthropic",
name: "SSSAiCode",
options: {
baseURL: "https://node-hk.sssaicode.com/api/v1",
baseURL: "https://node-hk.sssaicodeapi.com/api/v1",
apiKey: "",
setCacheKey: true,
},