From ddc5e6ce17fa98f4236819fae96d068d56a01cdf Mon Sep 17 00:00:00 2001 From: vimtor Date: Fri, 15 May 2026 23:29:10 +0200 Subject: [PATCH] remove go invite applied callout --- packages/console/app/src/i18n/en.ts | 1 - packages/console/app/src/i18n/zh.ts | 1 - .../routes/workspace/[id]/go/lite-section.module.css | 12 ------------ .../src/routes/workspace/[id]/go/lite-section.tsx | 3 --- 4 files changed, 17 deletions(-) diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 67a579153a..bdf63c0113 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -662,7 +662,6 @@ export const dict = { "workspace.lite.promo.otherMethods": "Other payment methods", "workspace.lite.promo.selectMethod": "Select payment method", - "workspace.referral.inviteApplied": "Invite applied. Subscribe to Go to earn a usage deduction.", "workspace.referral.inviteLink": "Invite link", "workspace.referral.copyLink": "Copy Link", "workspace.referral.copied": "Copied", diff --git a/packages/console/app/src/i18n/zh.ts b/packages/console/app/src/i18n/zh.ts index ab33b2b68a..946eafab9f 100644 --- a/packages/console/app/src/i18n/zh.ts +++ b/packages/console/app/src/i18n/zh.ts @@ -643,7 +643,6 @@ export const dict = { "workspace.lite.promo.otherMethods": "其他付款方式", "workspace.lite.promo.selectMethod": "选择付款方式", - "workspace.referral.inviteApplied": "已应用邀请。订阅 Go 后将获得用量抵扣。", "workspace.referral.inviteLink": "邀请链接", "workspace.referral.copyLink": "复制链接", "workspace.referral.copied": "已复制", diff --git a/packages/console/app/src/routes/workspace/[id]/go/lite-section.module.css b/packages/console/app/src/routes/workspace/[id]/go/lite-section.module.css index 3c145de75f..c239e0461a 100644 --- a/packages/console/app/src/routes/workspace/[id]/go/lite-section.module.css +++ b/packages/console/app/src/routes/workspace/[id]/go/lite-section.module.css @@ -174,18 +174,6 @@ } } - [data-slot="invite-applied"] { - width: fit-content; - margin-top: var(--space-4); - padding: var(--space-2) var(--space-3); - border: 1px solid var(--color-border); - border-radius: var(--border-radius-sm); - background-color: var(--color-bg-surface); - color: var(--color-text-muted); - font-size: var(--font-size-sm); - line-height: 1.5; - } - [data-slot="promo-models-title"] { font-size: var(--font-size-md); font-weight: 600; diff --git a/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx b/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx index 4d64deb1b3..f80e34e8dd 100644 --- a/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx +++ b/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx @@ -311,9 +311,6 @@ export function LiteSection() {
  • DeepSeek V4 Flash
  • {i18n.t("workspace.lite.promo.footer")}

    - -

    {i18n.t("workspace.referral.inviteApplied")}

    -