完善配方驱动的创作编排
为可重复技能补充参数校验与展示,统一配方、编排器和执行单元术语。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user