Files
team/docs/设计-UI-状态组件.md
2026-04-19 21:47:08 +08:00

45 lines
825 B
Markdown
Raw Permalink 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 设计文档:状态组件
**文档版本**: 1.0.0
**最后更新**: 2026-04-19
**所属模块**: [05-设计-UI.md](./05-设计-UI.md) → 状态组件
**设计系统**: Apple 风格(详见 `./设计-Apple风格.md`
> 本文档为 `05-设计-UI.md` 的拆分子文件,设计系统摘要和附录见主文件。
---
## 状态组件
### <!-- N --> <!-- 组件名称 -->
**位置**: <!-- 位置 -->
**用途**: <!-- 用途 -->
#### 线框图
```
<!-- 粘贴组件线框图 -->
```
#### 设计规范
| 状态 | 样式 | 动画 |
|------|------|------|
| <!-- 状态1 --> | <!-- 样式 --> | <!-- 动画 --> |
#### 交互说明
- <!-- 交互1 -->
---
### <!-- N+1 --> <!-- 组件名称 -->
<!-- 按以上模板添加每个状态组件 -->
---
**版本历史**:
- v1.0.0 (2026-04-19): 初始化模板