CN-1396 intelligence learnings更新记录功能开发

This commit is contained in:
hyx
2023-10-27 07:46:34 +08:00
parent 00bb6f8c5f
commit 20a4bb22ef
6 changed files with 706 additions and 62 deletions

View File

@@ -346,25 +346,6 @@ export const knowledgeBaseType = [
}
]
export const knowledgeBaseColor = [
{
label: 'Info',
value: 'rgb(119,131,145)',
name: 'info'
},
{
label: 'Benign',
value: 'rgb(116,159,77)',
name: 'benign'
},
{
label: 'Malicious',
value: 'rgb(226,97,84)',
name: 'malicious'
}
]
export const knowledgeBaseCategory = [
{
name: 'WebSketch',