From 47e956bb634e7750db256709bcc0ffee019b452e Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 11 Mar 2026 00:14:40 +0800 Subject: [PATCH] feat: add Micu API as sponsor and update affiliate links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Micu (米醋API) sponsor entry to all three README files (EN/ZH/JA) with logo and description. Update apiKeyUrl for Micu provider presets across claude, codex, opencode, and openclaw to use affiliate registration link. --- README.md | 5 +++ README_JA.md | 5 +++ README_ZH.md | 5 +++ assets/partners/logos/mikubanner.svg | 63 +++++++++++++++++++++++++++ src/config/claudeProviderPresets.ts | 2 +- src/config/codexProviderPresets.ts | 2 +- src/config/openclawProviderPresets.ts | 2 +- src/config/opencodeProviderPresets.ts | 2 +- 8 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 assets/partners/logos/mikubanner.svg diff --git a/README.md b/README.md index affb1cbe8..f006b1e40 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ Claude Code / Codex / Gemini official channels at 38% / 2% / 9% of original pric Thanks to SSSAiCode for sponsoring this project! SSSAiCode is a stable and reliable API relay service, dedicated to providing stable, reliable, and affordable Claude and Codex model services, offering high cost-effective official Claude service at just ¥0.5/$ equivalent, supporting monthly and pay-as-you-go billing plans with same-day fast invoicing. SSSAiCode offers a special deal for CC Switch users: register via this link to enjoy $10 extra credit on every top-up! + +Micu +Thanks to Micu API for sponsoring this project! Micu API is a global LLM relay service provider dedicated to delivering the best cost-performance ratio with high stability. Backed by a registered enterprise for core assurance, eliminating any risk of service discontinuation, with fast official invoicing support! We champion "zero cost to try": top up from as low as ¥1 with no minimum, and get fee-free refunds anytime! Micu API offers an exclusive deal for CC Switch users: register via this link and enter promo code "ccswitch" when topping up to enjoy a 10% discount! + + diff --git a/README_JA.md b/README_JA.md index a3282f639..2623a5138 100644 --- a/README_JA.md +++ b/README_JA.md @@ -80,6 +80,11 @@ Claude Code / Codex / Gemini 公式チャンネルが最安で元価格の 38% / SSSAiCode のご支援に感謝します!SSSAiCode は安定性と信頼性に優れた API 中継サービスで、安定的で信頼性が高く、手頃な価格の Claude・Codex モデルサービスを提供しています。高コストパフォーマンスの公式 Claude サービスを 0.5¥/$ 換算で提供、月額制・Paygo など多様な課金方式に対応し、当日の迅速な請求書発行をサポート。CC Switch ユーザー向けの特別特典:こちらのリンクから登録すると、毎回のチャージで $10 の追加ボーナスを受けられます! + +Micu +Micu API のご支援に感謝します!Micu API は、最高のコストパフォーマンスと高い安定性を追求するグローバル大規模言語モデル中継サービスプロバイダーです。法人企業がバックアップしており、サービス停止のリスクを排除、迅速な正規請求書発行に対応!「試行コストゼロ」をモットーに、最低 1 元からチャージ可能で手数料無料、いつでも返金可能!CC Switch ユーザー向けの限定特典:こちらのリンクから登録し、チャージ時にプロモコード「ccswitch」を入力すると 10% 割引 が適用されます! + + diff --git a/README_ZH.md b/README_ZH.md index db2a60d1b..6100fadc9 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -81,6 +81,11 @@ Claude Code / Codex / Gemini 官方渠道低至 3.8 / 0.2 / 0.9 折,充值更 感谢 SSSAiCode 赞助了本项目!SSSAiCode 是一家稳定可靠的API中转站,致力于提供稳定、可靠、平价的Claude、CodeX模型服务,提供高性价比折合0.5¥/$的官方Claude服务,支持包月、Paygo多种计费方式、支持当日快速开票,SSSAiCode为本软件的用户提供特别优惠,使用此链接注册每次充值均可享受10$的额外奖励! + +Micu +感谢 米醋API 赞助了本项目!米醋API 是一家致力于提供极致性价比与高稳定性的全球大模型中转服务商。米醋API 背后有实体企业做核心保障,杜绝跑路风险,支持极速正规开票!我们主打“试错零成本”:1 元起充低门槛,0 手续费随时退款!米醋API 为本软件的用户提供了特别优惠,使用此链接注册并在充值时填写"ccswitch"优惠码可享九折优惠! + + diff --git a/assets/partners/logos/mikubanner.svg b/assets/partners/logos/mikubanner.svg new file mode 100644 index 000000000..bda1ba6a4 --- /dev/null +++ b/assets/partners/logos/mikubanner.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/config/claudeProviderPresets.ts b/src/config/claudeProviderPresets.ts index d249d9404..1554ec539 100644 --- a/src/config/claudeProviderPresets.ts +++ b/src/config/claudeProviderPresets.ts @@ -595,7 +595,7 @@ export const providerPresets: ProviderPreset[] = [ { name: "Micu", websiteUrl: "https://www.openclaudecode.cn", - apiKeyUrl: "https://www.openclaudecode.cn", + apiKeyUrl: "https://www.openclaudecode.cn/register?aff=aOYQ", settingsConfig: { env: { ANTHROPIC_BASE_URL: "https://www.openclaudecode.cn", diff --git a/src/config/codexProviderPresets.ts b/src/config/codexProviderPresets.ts index 553080e5c..ffefe2fee 100644 --- a/src/config/codexProviderPresets.ts +++ b/src/config/codexProviderPresets.ts @@ -303,7 +303,7 @@ requires_openai_auth = true`, { name: "Micu", websiteUrl: "https://www.openclaudecode.cn", - apiKeyUrl: "https://www.openclaudecode.cn/v1", + apiKeyUrl: "https://www.openclaudecode.cn/register?aff=aOYQ", auth: generateThirdPartyAuth(""), config: generateThirdPartyConfig( "micu", diff --git a/src/config/openclawProviderPresets.ts b/src/config/openclawProviderPresets.ts index 586af1e8d..6e5485f2f 100644 --- a/src/config/openclawProviderPresets.ts +++ b/src/config/openclawProviderPresets.ts @@ -1307,7 +1307,7 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [ { name: "Micu", websiteUrl: "https://www.openclaudecode.cn", - apiKeyUrl: "https://www.openclaudecode.cn", + apiKeyUrl: "https://www.openclaudecode.cn/register?aff=aOYQ", settingsConfig: { baseUrl: "https://www.openclaudecode.cn", apiKey: "", diff --git a/src/config/opencodeProviderPresets.ts b/src/config/opencodeProviderPresets.ts index cfd233ee3..6cee0dd37 100644 --- a/src/config/opencodeProviderPresets.ts +++ b/src/config/opencodeProviderPresets.ts @@ -1120,7 +1120,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [ { name: "Micu", websiteUrl: "https://www.openclaudecode.cn", - apiKeyUrl: "https://www.openclaudecode.cn/v1", + apiKeyUrl: "https://www.openclaudecode.cn/register?aff=aOYQ", settingsConfig: { npm: "@ai-sdk/anthropic", name: "Micu",