diff --git a/src/app/pay/page.tsx b/src/app/pay/page.tsx index a7b4184..b1e29e7 100644 --- a/src/app/pay/page.tsx +++ b/src/app/pay/page.tsx @@ -684,27 +684,6 @@ function PayContent() { /> )} - {/* 用户已有订阅 */} - {userSubscriptions.length > 0 && ( -
+ {plan.description} +
+ )} + + {/* Rate + Limits grid */} + {(plan.rateMultiplier != null || hasLimits) && ( +{pickLocaleText(locale, '用量限制', 'Usage Limits')}
-{pickLocaleText(locale, `每日: $${plan.limits.daily_limit_usd}`, `Daily: $${plan.limits.daily_limit_usd}`)}
- )} - {plan.limits.weekly_limit_usd != null && ( -{pickLocaleText(locale, `每周: $${plan.limits.weekly_limit_usd}`, `Weekly: $${plan.limits.weekly_limit_usd}`)}
- )} - {plan.limits.monthly_limit_usd != null && ( -{pickLocaleText(locale, `每月: $${plan.limits.monthly_limit_usd}`, `Monthly: $${plan.limits.monthly_limit_usd}`)}
- )} ++ {pickLocaleText(locale, '功能特性', 'Features')} +
+