mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
feat: add context menu & comment node (#2834)
* feat: add comment node * useMemo
This commit is contained in:
@@ -130,7 +130,8 @@ export enum FlowNodeTypeEnum {
|
||||
loop = 'loop',
|
||||
loopStart = 'loopStart',
|
||||
loopEnd = 'loopEnd',
|
||||
formInput = 'formInput'
|
||||
formInput = 'formInput',
|
||||
comment = 'comment'
|
||||
}
|
||||
|
||||
// node IO value type
|
||||
|
Reference in New Issue
Block a user