fix(web): workflow bug

This commit is contained in:
zhaoying
2026-01-06 20:35:01 +08:00
parent 020d7445ec
commit 7a1131d8af
10 changed files with 177 additions and 198 deletions

View File

@@ -327,7 +327,7 @@ export const nodeLibrary: NodeLibrary[] = [
type: 'switch',
defaultValue: false
},
group_names: {
group_variables: {
type: 'groupVariableList',
defaultValue: [],
}
@@ -373,11 +373,11 @@ export const nodeLibrary: NodeLibrary[] = [
},
headers: {
type: 'define',
defaultValue: {}
defaultValue: []
},
params: {
type: 'define',
defaultValue: {}
defaultValue: []
},
body: {
type: 'define',