Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
0cee5946
authored
Jul 29, 2026
by
Finley Ge
Committed by
GitHub
Jul 29, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: compatitivity for v4.16 (#7399)
parent
6cc391e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
packages/global/core/workflow/node/constant.ts
+6
-1
No files found.
packages/global/core/workflow/node/constant.ts
View file @
0cee5946
...
@@ -35,7 +35,9 @@ export enum FlowNodeInputTypeEnum {
...
@@ -35,7 +35,9 @@ export enum FlowNodeInputTypeEnum {
fileSelect
=
'fileSelect'
,
fileSelect
=
'fileSelect'
,
timePointSelect
=
'timePointSelect'
,
timePointSelect
=
'timePointSelect'
,
timeRangeSelect
=
'timeRangeSelect'
,
timeRangeSelect
=
'timeRangeSelect'
,
password
=
'password'
password
=
'password'
,
agentGenerated
=
'agentGenerated'
// for compatibility for >= v4.16.0
}
}
export
const
FlowNodeInputMap
:
Record
<
export
const
FlowNodeInputMap
:
Record
<
FlowNodeInputTypeEnum
,
FlowNodeInputTypeEnum
,
...
@@ -114,6 +116,9 @@ export const FlowNodeInputMap: Record<
...
@@ -114,6 +116,9 @@ export const FlowNodeInputMap: Record<
},
},
[
FlowNodeInputTypeEnum
.
password
]:
{
[
FlowNodeInputTypeEnum
.
password
]:
{
icon
:
'core/workflow/inputType/password'
icon
:
'core/workflow/inputType/password'
},
[
FlowNodeInputTypeEnum
.
agentGenerated
]:
{
icon
:
'core/workflow/inputType/agentGenerated'
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment