Commit e098b2f1 by Archer Committed by GitHub

Update ExtraPlan.tsx

parent 832a4d66
...@@ -252,7 +252,7 @@ const ExtraPlan = () => { ...@@ -252,7 +252,7 @@ const ExtraPlan = () => {
{t('common:support.wallet.subscription.Extra ai points')} {t('common:support.wallet.subscription.Extra ai points')}
</Box> </Box>
<Box mt={3} fontSize={['28px', '32px']} fontWeight={'bold'}> <Box mt={3} fontSize={['28px', '32px']} fontWeight={'bold'}>
{`¥${extraDatasetPrice}/1000` + t('common:support.wallet.subscription.point')} {`¥${extraPointsPrice}/1000` + t('common:support.wallet.subscription.point')}
<Box ml={1} as={'span'} fontSize={'md'} color={'myGray.600'} fontWeight={'normal'}> <Box ml={1} as={'span'} fontSize={'md'} color={'myGray.600'} fontWeight={'normal'}>
/{t('common:common.month')} /{t('common:common.month')}
</Box> </Box>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment