diff --git a/src/config/claudeProviderPresets.ts b/src/config/claudeProviderPresets.ts index 01b9b19dd..52d03b50c 100644 --- a/src/config/claudeProviderPresets.ts +++ b/src/config/claudeProviderPresets.ts @@ -99,8 +99,6 @@ export const providerPresets: ProviderPreset[] = [ }, }, category: "cn_official", - isPartner: true, // 合作伙伴 - partnerPromotionKey: "zhipu", // 促销信息 i18n key icon: "zhipu", iconColor: "#0F62FE", }, @@ -119,8 +117,6 @@ export const providerPresets: ProviderPreset[] = [ }, }, category: "cn_official", - isPartner: true, // 合作伙伴 - partnerPromotionKey: "zhipu", // 促销信息 i18n key icon: "zhipu", iconColor: "#0F62FE", }, diff --git a/src/config/opencodeProviderPresets.ts b/src/config/opencodeProviderPresets.ts index c41ce2b25..c01c1448d 100644 --- a/src/config/opencodeProviderPresets.ts +++ b/src/config/opencodeProviderPresets.ts @@ -445,8 +445,6 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [ }, }, category: "cn_official", - isPartner: true, - partnerPromotionKey: "zhipu", icon: "zhipu", iconColor: "#0F62FE", templateValues: { @@ -479,8 +477,6 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [ }, }, category: "cn_official", - isPartner: true, - partnerPromotionKey: "zhipu", icon: "zhipu", iconColor: "#0F62FE", templateValues: { diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index c697a891b..7c65a6857 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -490,7 +490,6 @@ "officialHint": "💡 Official provider uses browser login, no API Key needed", "getApiKey": "Get API Key", "partnerPromotion": { - "zhipu": "Zhipu GLM is an official partner of CC Switch. Use this link to top up and get a 10% discount", "packycode": "PackyCode is an official partner of CC Switch. Register using this link and enter \"cc-switch\" promo code during recharge to get 10% off", "minimax_cn": "MiniMax Coding Plan Special Offer, Starter from ¥9.9", "minimax_en": "MiniMax Coding Plan Black Friday, Starter is now $2/mo (80% OFF!)", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index d2fdfa44e..f8c9243fe 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -490,7 +490,6 @@ "officialHint": "💡 公式プロバイダーはブラウザログインで、API Key は不要です", "getApiKey": "API Key を取得", "partnerPromotion": { - "zhipu": "Zhipu GLM は CC Switch の公式パートナーです。リンク経由でチャージすると 10% 割引", "packycode": "PackyCode は CC Switch の公式パートナーです。登録後チャージ時に \"cc-switch\" を入力すると 10% オフ", "minimax_cn": "MiniMax Coding Plan 特別価格、Starter ¥9.9 から", "minimax_en": "MiniMax Coding Plan Black Friday、Starter が月額 $2(80% OFF)", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index cbe8eb0ee..a5f54bd4e 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -490,7 +490,6 @@ "officialHint": "💡 官方供应商使用浏览器登录,无需配置 API Key", "getApiKey": "获取 API Key", "partnerPromotion": { - "zhipu": "智谱 GLM 是 CC Switch 的官方合作伙伴,使用此链接充值可以获得9折优惠", "packycode": "PackyCode 是 CC Switch 的官方合作伙伴,使用此链接注册并在充值时填写 \"cc-switch\" 优惠码,可以享受9折优惠", "minimax_cn": "MiniMax Coding Plan 特惠,Starter 套餐 9.9 元起", "minimax_en": "MiniMax Coding Plan 黑五特惠,Starter 套餐现仅 $2/月(2折优惠!)",