perf: btn color (#423)

This commit is contained in:
Archer
2023-10-24 13:19:23 +08:00
committed by GitHub
parent bf6dbfb245
commit 1942cb0d67
41 changed files with 350 additions and 221 deletions

View File

@@ -850,7 +850,7 @@ export const appTemplates: (AppItemType & {
key: 'userChatInput'
},
{
moduleId: 'kbSearch',
moduleId: 'datasetSearch',
key: 'userChatInput'
}
]
@@ -898,7 +898,7 @@ export const appTemplates: (AppItemType & {
]
},
{
moduleId: 'kbSearch',
moduleId: 'datasetSearch',
name: '知识库搜索',
flowType: 'datasetSearchNode',
showStatus: true,

View File

@@ -9,6 +9,5 @@ export enum ContextExtractEnum {
export enum HttpPropsEnum {
url = 'url',
failed = 'failed',
finish = 'finish'
failed = 'failed'
}