BMAD-METHOD/resources/ui-ux-pro-max/README.md

35 lines
783 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.

# UI/UX Pro Max Knowledge Base
此資料夾包含 Design System Generator 使用的 UI/UX 知識庫。
## 路徑設定
- **預設**: `{project-root}/resources/ui-ux-pro-max`
- **可覆蓋**: 在 `_bmad/bmm/config.yaml` 設定 `kb_path`
```yaml
# config.yaml - 使用預設路徑
kb_path: "{project-root}/resources/ui-ux-pro-max"
# config.yaml - 使用外部路徑
kb_path: "D:/Shared/ui-ux-pro-max"
```
## 用途
- 補完 UX 設計規範中缺失的 Design Tokens
- 提供 UI 元件規格建議
- 支援 `generate-design-system` workflow
## 查詢範例
```bash
python scripts/search.py "color palette" --domain color --json
python scripts/search.py "typography" --domain typography --json
```
## 版本
- 來源UI/UX Pro Max Knowledge Base
- 整合日期2025-12-21