fix(presets): rename AiGoCode to AIGoCode

Update the display name casing for AIGoCode across all provider presets
and i18n files to match their official branding.
This commit is contained in:
Jason
2026-01-09 20:03:24 +08:00
parent 8e6fad7af2
commit df3f8a05c4
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ export const providerPresets: ProviderPreset[] = [
iconColor: "#000000",
},
{
name: "AiGoCode",
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
settingsConfig: {
+1 -1
View File
@@ -176,7 +176,7 @@ requires_openai_auth = true`,
iconColor: "#000000",
},
{
name: "AiGoCode",
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
category: "third_party",
+2 -2
View File
@@ -97,7 +97,7 @@ export const geminiProviderPresets: GeminiProviderPreset[] = [
iconColor: "#000000",
},
{
name: "AiGoCode",
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
settingsConfig: {
@@ -108,7 +108,7 @@ export const geminiProviderPresets: GeminiProviderPreset[] = [
},
baseURL: "https://api.aigocode.com/gemini",
model: "gemini-3-pro",
description: "AiGoCode",
description: "AIGoCode",
category: "third_party",
isPartner: true,
partnerPromotionKey: "aigocode",