update web

This commit is contained in:
zhaoying
2025-12-15 15:12:49 +08:00
parent db3d3dee85
commit 9cf22bfae2
48 changed files with 726 additions and 184 deletions

View File

@@ -5,7 +5,7 @@ import { Button } from 'antd';
import { ArrowLeftOutlined } from '@ant-design/icons';
import { request } from '@/utils/request';
import type { KnowledgeBase } from './types';
import type { KnowledgeBase } from '@/views/KnowledgeBase/types';
const Datasets: FC = () => {
const { t } = useTranslation();