Files
maestro/design/components/surfaces/GateCard.prompt.md
T
wangjia 5a1e185b1a docs(design): 解压 Maestro Design System 到 design/(重构参照材料)
phosphor console v1.1 设计系统(从现网 web/style.css 演化):tokens(colors/effects/
typography/fonts) + components(core/forms/surfaces .jsx) + ui_kits(console + console_mobile)
+ assets/icons(15 双色 SVG) + guidelines + CLAUDE/SKILL/readme。供 B1–B6 重构任务对照实现。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 14:29:07 +08:00

11 lines
524 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
审批闸卡片——Maestro 的核心交互单元。琥珀边框 + 实心琥珀闸标签,体内放 agent 产出文档,脚部放 accept/reject 按钮对(reject 必填理由)。
```jsx
<GateStripe />
<GateCard gate="spec" title="重构 sync 模块" meta="maestro · MED"
docLabel="改动方案(SPEC" doc={specText}
actions={<><Button variant="accept"> 通过</Button><Button variant="reject"> 驳回</Button></>} />
```
`GateStripe` 是审批区顶部的琥珀斜纹警示条,整区一条即可。