This commit is contained in:
Archer
2023-10-07 18:02:20 +08:00
committed by GitHub
parent c65a36d3ab
commit 98ce5103a0
56 changed files with 868 additions and 282 deletions

View File

@@ -11,7 +11,8 @@ export enum FlowInputItemTypeEnum {
target = 'target',
none = 'none',
switch = 'switch',
hidden = 'hidden'
hidden = 'hidden',
selectApp = 'selectApp'
}
export enum FlowOutputItemTypeEnum {
@@ -33,7 +34,8 @@ export enum FlowModuleTypeEnum {
answerNode = 'answerNode',
classifyQuestion = 'classifyQuestion',
contentExtract = 'contentExtract',
httpRequest = 'httpRequest'
httpRequest = 'httpRequest',
app = 'app'
}
export enum SpecialInputKeyEnum {