mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-23 01:00:41 +08:00
feat: add elseif to ifelse node (#1378)
This commit is contained in:
@@ -141,8 +141,7 @@ export enum NodeOutputKeyEnum {
|
||||
// plugin
|
||||
pluginStart = 'pluginStart',
|
||||
|
||||
if = 'IF',
|
||||
else = 'ELSE'
|
||||
ifElseResult = 'ifElseResult'
|
||||
}
|
||||
|
||||
export enum VariableInputEnum {
|
||||
|
||||
Reference in New Issue
Block a user