From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/datasets/create/website/jina-reader/options.tsx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/app/components/datasets/create/website/jina-reader/options.tsx b/app/components/datasets/create/website/jina-reader/options.tsx index e18cff8..52cfaa8 100644 --- a/app/components/datasets/create/website/jina-reader/options.tsx +++ b/app/components/datasets/create/website/jina-reader/options.tsx @@ -36,18 +36,16 @@ label={t(`${I18N_PREFIX}.crawlSubPage`)} isChecked={payload.crawl_sub_pages} onChange={handleChange('crawl_sub_pages')} - labelClassName='text-[13px] leading-[16px] font-medium text-text-secondary' /> <CheckboxWithLabel label={t(`${I18N_PREFIX}.useSitemap`)} isChecked={payload.use_sitemap} onChange={handleChange('use_sitemap')} tooltip={t(`${I18N_PREFIX}.useSitemapTooltip`) as string} - labelClassName='text-[13px] leading-[16px] font-medium text-text-secondary' /> <div className='flex justify-between space-x-4'> <Field - className='shrink-0 grow' + className='grow shrink-0' label={t(`${I18N_PREFIX}.limit`)} value={payload.limit} onChange={handleChange('limit')} -- Gitblit v1.8.0