feat(web): workflow support lexical editor

This commit is contained in:
zhaoying
2025-12-23 16:22:51 +08:00
parent 7d40d06b69
commit 26263bdcf0
11 changed files with 607 additions and 54 deletions

View File

@@ -84,7 +84,7 @@ export const nodeLibrary: NodeLibrary[] = [
type: "end", icon: endIcon,
config: {
output: {
type: 'textarea'
type: 'define'
}
}
},
@@ -121,7 +121,7 @@ export const nodeLibrary: NodeLibrary[] = [
type: 'define',
defaultValue: [
{
role: 'SYSTEM',
role: 'system',
content: undefined,
readonly: true
},