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
+4 -4
View File
@@ -349,16 +349,16 @@ requires_openai_auth = true`,
},
{
name: "AIGoCode",
websiteUrl: "https://aigocode.com",
apiKeyUrl: "https://aigocode.com/invite/CC-SWITCH",
websiteUrl: "https://aigocode.app",
apiKeyUrl: "https://aigocode.app/invite/CC-SWITCH",
category: "third_party",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"aigocode",
"https://api.aigocode.com",
"https://api.aigocode.app",
"gpt-5.6-sol",
),
endpointCandidates: ["https://api.aigocode.com"],
endpointCandidates: ["https://api.aigocode.app"],
isPartner: true, // 合作伙伴
partnerPromotionKey: "aigocode", // 促销信息 i18n key
icon: "aigocode",