IOS-M0-04 Knowledge Source 知识源管理 #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
知识库详情页增加知识源列表,展示文档来源并支持删除。
后端接口
模块职责
✅ IOS-M0-04 修复完成
修改
Core/Models/APIModels.swiftKnowledgeSource、AddSourceRequest模型Core/Services/APIService.swiftKnowledgeSourceService:list()/detail()/add()/delete()Features/Library/LibrarySubpages.swiftLibraryDetailPage新增分段选择器「知识点行为变化
接入的后端接口
/knowledge-bases/:kbId/sources/knowledge-bases/:kbId/sources/:id关闭
对应功能已实现。代码在 Features/ 中。
关闭
对应功能已实现。