{t('套餐名称')}:
{plan.title}
{t('有效期')}:
{formatSubscriptionDuration(plan, t)}
{formatSubscriptionResetPeriod(plan, t) !== t('不重置') && (
{t('重置周期')}:
{formatSubscriptionResetPeriod(plan, t)}
)}
{t('总额度')}:
{totalAmount > 0 ? (
{renderQuota(totalAmount)}
) : (
{t('不限')}
)}
{plan?.upgrade_group ? (
{t('升级分组')}:
{plan.upgrade_group}
) : null}
{t('应付金额')}:
{symbol}
{displayPrice}