diff --git a/web/src/components/common/ui/CardPro.js b/web/src/components/common/ui/CardPro.js index 4f240e9e..944f33c1 100644 --- a/web/src/components/common/ui/CardPro.js +++ b/web/src/components/common/ui/CardPro.js @@ -45,33 +45,33 @@ const CardPro = ({
- {t('用户名')}: {data.username} -
-- {t('余额')}: {renderQuota(data.quota)} -
-- {t('已用额度')}:{renderQuota(data.used_quota)} -
-- {t('请求次数')}:{renderNumber(data.request_count)} -
-