chore(presets): sync sponsor listing across apps and READMEs

Add the missing AICoding entry to the German README.
This commit is contained in:
Jason
2026-07-26 21:15:42 +08:00
parent bc7c82228b
commit 934a2d0348
12 changed files with 199 additions and 194 deletions
+28 -28
View File
@@ -335,27 +335,23 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
},
},
{
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
settingsConfig: {
name: "aicoding",
base_url: "https://api.aicoding.sh",
name: "shengsuanyun",
base_url: "https://router.shengsuanyun.com/api/v1",
api_key: "",
api_mode: "anthropic_messages",
models: [
{ id: "claude-opus-5", name: "Claude Opus 5" },
{ id: "claude-sonnet-5", name: "Claude Sonnet 5" },
{ id: "claude-haiku-4-5-20251001", name: "Claude Haiku 4.5" },
],
api_mode: "chat_completions",
models: [{ id: "openai/gpt-5.6-sol", name: "GPT-5.6 Sol" }],
},
category: "third_party",
category: "aggregator",
isPartner: true,
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
suggestedDefaults: {
model: { default: "claude-opus-5", provider: "aicoding" },
model: { default: "openai/gpt-5.6-sol", provider: "shengsuanyun" },
},
},
{
@@ -383,23 +379,27 @@ export const hermesProviderPresets: HermesProviderPreset[] = [
},
},
{
name: "Shengsuanyun",
nameKey: "providerForm.presets.shengsuanyun",
websiteUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
apiKeyUrl: "https://www.shengsuanyun.com/?from=CH_4HHXMRYF",
name: "AICoding",
websiteUrl: "https://aicoding.sh",
apiKeyUrl: "https://aicoding.sh/i/CCSWITCH",
settingsConfig: {
name: "shengsuanyun",
base_url: "https://router.shengsuanyun.com/api/v1",
name: "aicoding",
base_url: "https://api.aicoding.sh",
api_key: "",
api_mode: "chat_completions",
models: [{ id: "openai/gpt-5.6-sol", name: "GPT-5.6 Sol" }],
api_mode: "anthropic_messages",
models: [
{ id: "claude-opus-5", name: "Claude Opus 5" },
{ id: "claude-sonnet-5", name: "Claude Sonnet 5" },
{ id: "claude-haiku-4-5-20251001", name: "Claude Haiku 4.5" },
],
},
category: "aggregator",
category: "third_party",
isPartner: true,
partnerPromotionKey: "shengsuanyun",
icon: "shengsuanyun",
partnerPromotionKey: "aicoding",
icon: "aicoding",
iconColor: "#000000",
suggestedDefaults: {
model: { default: "openai/gpt-5.6-sol", provider: "shengsuanyun" },
model: { default: "claude-opus-5", provider: "aicoding" },
},
},
{