mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 17:29:44 +00:00
feat: add context menu & comment node (#2834)
* feat: add comment node * useMemo
This commit is contained in:
@@ -151,7 +151,11 @@ export enum NodeInputKeyEnum {
|
||||
loopEndInput = 'loopEndInput',
|
||||
|
||||
// form input
|
||||
userInputForms = 'userInputForms'
|
||||
userInputForms = 'userInputForms',
|
||||
|
||||
// comment
|
||||
commentText = 'commentText',
|
||||
commentSize = 'commentSize'
|
||||
}
|
||||
|
||||
export enum NodeOutputKeyEnum {
|
||||
|
Reference in New Issue
Block a user