Files
life-echo/docs/Skills.md
iammm0 d817b6eac5 chore: 技能文档迁移到 docs 目录
- 删除根目录 Skills.md
- 新增 docs/Skills.md

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 13:33:08 +08:00

18 lines
906 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.
# 项目通用技术设计Skills
本文档已拆分为独立 Skill 文件,统一放在 **`skills/`** 目录下。
👉 **请查看 [skills/README.md](skills/README.md)** 获取完整索引与各块设计说明。
## 快速索引
| 设计块 | 文件 |
|--------|------|
| 登录与注册机制 | [skills/auth-login-register.md](skills/auth-login-register.md) |
| 顶部导航栏App Bar | [skills/top-app-bar.md](skills/top-app-bar.md) |
| 系统状态栏与导航栏 | [skills/system-bars.md](skills/system-bars.md) |
| 底部导航栏Tab 栏) | [skills/bottom-navigation.md](skills/bottom-navigation.md) |
| Android 路由与导航 | [skills/android-navigation-routing.md](skills/android-navigation-routing.md) |
| 错误处理 | [skills/error-handling.md](skills/error-handling.md) |
| API 与后端约定 | [skills/api-backend-conventions.md](skills/api-backend-conventions.md) |