完善配方驱动的创作编排

为可重复技能补充参数校验与展示,统一配方、编排器和执行单元术语。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
moran
2026-07-30 17:59:20 +08:00
parent e670a5129c
commit 6392af54b4
49 changed files with 1671 additions and 626 deletions

View File

@@ -569,10 +569,16 @@ body[data-lifecycle="play"] .panel-agent { background: #f7fef9; }
.flow-name {
font-weight: 600;
}
.flow-params,
.flow-params-missing,
.flow-deps {
grid-column: 2;
font-size: 12px;
color: var(--muted, #666);
}
.flow-params-missing {
color: var(--danger, #b42318);
}
.board-panel {
flex: 1;