chore(presets): migrate AIGoCode sponsor domain to .app

Full domain migration aigocode.com -> aigocode.app (bare domain +
api. subdomain, invite path unchanged) across all 8 preset files
and 4 README languages. Icons, promotion keys, and i18n copy
unchanged.
This commit is contained in:
Jason
2026-07-28 15:15:46 +08:00
parent 12b972a66e
commit 993077c60c
12 changed files with 38 additions and 38 deletions
+3 -3
View File
@@ -591,13 +591,13 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
{
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
websiteUrl: "https://aigocode.app",
apiKeyUrl: "https://aigocode.app/invite/CC-SWITCH",
settingsConfig: {
npm: "@ai-sdk/anthropic",
name: "AIGoCode",
options: {
baseURL: "https://api.aigocode.com",
baseURL: "https://api.aigocode.app",
apiKey: "",
setCacheKey: true,
},