4.6.1 production (#498)

This commit is contained in:
Archer
2023-11-21 18:26:18 +08:00
committed by GitHub
parent 0558379ddb
commit 60f752629f
46 changed files with 93 additions and 63 deletions

View File

@@ -27,7 +27,6 @@ export enum FlowNodeOutputTypeEnum {
export enum FlowNodeTypeEnum {
empty = 'empty',
variable = 'variable',
userGuide = 'userGuide',
questionInput = 'questionInput',
historyNode = 'historyNode',
@@ -40,7 +39,10 @@ export enum FlowNodeTypeEnum {
runApp = 'app',
pluginModule = 'pluginModule',
pluginInput = 'pluginInput',
pluginOutput = 'pluginOutput'
pluginOutput = 'pluginOutput',
// abandon
variable = 'variable'
}
export enum FlowNodeSpecialInputKeyEnum {