chore(presets): migrate AICodeMirror and AICoding sponsor domains

- AICodeMirror: full domain migration .com -> .ai (www./api. subdomains,
  gateway paths preserved); drop api.claudecode.net.cn backup endpoint
  from endpointCandidates in 5 presets
- AICoding: full domain migration .sh -> .inc (bare domain + api.
  subdomain, invite code unchanged); README brand copy now plain
  "AICoding" without TLD suffix

Covers 8 preset files and all 4 README languages. Icons, promotion
keys, i18n copy, and legacy migration ids unchanged.
This commit is contained in:
Jason
2026-07-27 23:03:36 +08:00
parent 2b2f2cfad9
commit ccda04bfa6
12 changed files with 72 additions and 83 deletions
+4 -5
View File
@@ -117,16 +117,15 @@ export const grokBuildProviderPresets: GrokBuildProviderPreset[] = [
},
{
name: "AICodeMirror",
websiteUrl: "https://www.aicodemirror.com",
apiKeyUrl: "https://www.aicodemirror.com/register?invitecode=9915W3",
websiteUrl: "https://www.aicodemirror.ai",
apiKeyUrl: "https://www.aicodemirror.ai/register?invitecode=9915W3",
auth: grokAuth(),
config: grokPresetConfig(
"AICodeMirror",
"https://api.aicodemirror.com/api/codex/backend-api/codex",
"https://api.aicodemirror.ai/api/codex/backend-api/codex",
),
endpointCandidates: [
"https://api.aicodemirror.com/api/codex/backend-api/codex",
"https://api.claudecode.net.cn/api/codex/backend-api/codex",
"https://api.aicodemirror.ai/api/codex/backend-api/codex",
],
isPartner: true,
partnerPromotionKey: "aicodemirror",