feat: 优化工作流参数编辑与告警交互

- 新增 ParamTokenEditor,支持参数选择插入、token 高亮、整段删除与光标避让

- 参数候选改为动态监测,未映射参数可选择并在下拉与输入框顶部告警

- 接入知识库/搜索引擎/LLM/动态代码/HTTP Body 及 SQL、查询数据自定义节点

- 优化 Http 节点布局并补充参数解析工具与单测
This commit is contained in:
2026-02-28 21:37:49 +08:00
parent 59c95a3b06
commit 4ef17da6f4
13 changed files with 1465 additions and 120 deletions

View File

@@ -47,6 +47,7 @@ export const SearchDatacenterNode = async () => {
},
{
type: 'textarea',
templateSupport: true,
label: "如name='张三' and age=21 or field = {{流程变量}}",
description: '',
name: 'where',

View File

@@ -16,6 +16,7 @@ export default {
{
name: 'sql',
type: 'textarea',
templateSupport: true,
label: 'SQL',
placeholder: $t('aiWorkflow.descriptions.enterSQL'),
},