🚀 chore: Remove duplicate subscription usage percentage display

Keep the usage percentage shown only in the total quota line to avoid redundant “已用 0%” text while preserving remaining days in the summary.
This commit is contained in:
t0ng7u
2026-02-01 00:43:09 +08:00
parent 6300c31d70
commit c22ca9cdb3

View File

@@ -406,8 +406,7 @@ const SubscriptionPlansCard = ({
</div>
{isActive && (
<span className='text-gray-500'>
{t('剩余')} {remainDays} {t('天')} · {t('已用')}{' '}
{usagePercent}%
{t('剩余')} {remainDays} {t('天')}
</span>
)}
</div>