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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
状态流转时间线:归档详情/任务历史的只读事件序列——左竖线 + 圆点 + 时间/文字/操作者三段。
|
||||
|
||||
```jsx
|
||||
<Timeline items={[
|
||||
{ time: '06-12 05:58', text: '审批驳回(方案评审):缺少回滚方案', who: '审批人 you', color: 'var(--red)' },
|
||||
{ time: '06-12 06:10', text: '写方案中 → 待确认方案', who: '编排器' },
|
||||
{ time: '06-12 06:31', text: '审批通过(方案评审)', color: 'var(--green)' },
|
||||
]} />
|
||||
```
|
||||
Reference in New Issue
Block a user