feat:【ele】【ai】音乐的迁移

This commit is contained in:
YunaiV
2025-11-14 22:22:43 +08:00
parent d056629332
commit 1cbd4033b8
10 changed files with 542 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ export function getKnowledge(id: number) {
`/ai/knowledge/get?id=${id}`,
);
}
// 新增知识库
export function createKnowledge(data: AiKnowledgeKnowledgeApi.Knowledge) {
return requestClient.post('/ai/knowledge/create', data);