feat: 优化工作流字段化参数配置

- 开始节点固定 user_input 并区分系统入口与自定义参数

- LLM 与知识库节点切换为字段值加上游引用配置

- 单节点调试改为字段预览与上游引用输入模式
This commit is contained in:
2026-04-12 20:31:02 +08:00
parent 47655a728b
commit 8cfe5400fe
24 changed files with 2785 additions and 792 deletions

View File

@@ -1,6 +1,7 @@
.svelte-flow__nodes {
.svelte-flow__node {
box-sizing: border-box;
cursor: default !important;
border: 3px solid transparent;
border-radius: 5px;
@@ -114,6 +115,11 @@
&-body {
padding: 10px;
}
&--llm {
min-width: 296px;
max-width: 296px;
}
}
.svelte-flow__attribution a {