wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/datasets/common/chunking-mode-label.tsx
@@ -19,8 +19,8 @@
  return (
    <Badge>
      <div className='flex h-full items-center space-x-0.5 text-text-tertiary'>
        <TypeIcon className='h-3 w-3' />
      <div className='flex items-center h-full space-x-0.5 text-text-tertiary'>
        <TypeIcon className='w-3 h-3' />
        <span className='system-2xs-medium-uppercase'>{isGeneralMode ? `${t('dataset.chunkingMode.general')}${isQAMode ? ' · QA' : ''}` : t('dataset.chunkingMode.parentChild')}</span>
      </div>
    </Badge>