feat(knowledge): 移除知识库管理中的敏感级别功能

- 注释掉创建知识集表单中的敏感级别选择字段
- 移除知识集详情页面中的敏感级别显示项
- 注释掉相关的敏感级别选项配置常量
- 更新表单布局以保持一致的两列网格结构
This commit is contained in:
2026-02-02 19:06:03 +08:00
parent 85433ac071
commit daa63bdd13
3 changed files with 10 additions and 4 deletions

View File

@@ -66,6 +66,11 @@ export const knowledgeSourceTypeOptions = [
{ label: "文件上传", value: KnowledgeSourceType.FILE_UPLOAD },
];
// export const sensitivityOptions = [
// { label: "敏感", value: "敏感" },
// { label: "不敏感", value: "不敏感" },
// ];
export type KnowledgeSetView = {
id: string;
name: string;