5a1e185b1a
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>
9 lines
271 B
Markdown
9 lines
271 B
Markdown
下拉选择,与 Input 同形制。选项标签遵循「英文值 · 中文说明」惯例。
|
|
|
|
```jsx
|
|
<Select label="工作模式" options={[
|
|
{ value: 'manual', label: 'manual · 手动' },
|
|
{ value: 'auto-easy', label: 'auto-easy · 自动执行 Easy' },
|
|
]} />
|
|
```
|