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,11 @@
|
||||
复杂度三段选择器,建任务表单用。选中段填充信号色 dim 底(红/琥珀/绿)。
|
||||
|
||||
```jsx
|
||||
<ComplexitySeg defaultValue="medium" onChange={(v) => setCplx(v)} />
|
||||
```
|
||||
|
||||
可加第四段 `auto`(青色,「智能」= 由模型决定复杂度)。`autoLabel` 传本地化文字,`labels` 覆盖任意段:
|
||||
|
||||
```jsx
|
||||
<ComplexitySeg defaultValue="auto" includeAuto autoLabel="智能" />
|
||||
```
|
||||
Reference in New Issue
Block a user