review:【ANTD】相关的代码

This commit is contained in:
YunaiV
2025-07-19 17:40:27 +08:00
committed by xingyu
parent c447145d62
commit e6f4cf5660
6 changed files with 12 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ export function getKnowledgeSegment(id: number) {
`/ai/knowledge/segment/get?id=${id}`,
);
}
// 新增知识库分段
export function createKnowledgeSegment(
data: AiKnowledgeSegmentApi.KnowledgeSegment,