fix: 样式修改

This commit is contained in:
2025-09-08 00:00:42 -07:00
parent 5dde8bd718
commit a3fa01395b
5 changed files with 20 additions and 14 deletions
@@ -149,10 +149,10 @@ const FeatureList = ({ plan }: { plan: API.Subscribe }) => {
<div className={'flex items-start justify-between'}>
<span className='flex items-center'>
<SvgIcon name={'feature/Group 69'} className={'ml-1 mr-2'} />
{plan?.name?.includes('pro') ? (
<span className={'font-medium'}>IEPL专线</span>
{plan?.name?.includes('Pro') ? (
<span className={'font-medium'}>{t('IEPL_Pro')}</span>
) : (
<span>+线</span>
<span>{t('General_Line')}</span>
)}
</span>
</div>