docs: 更新 README 添加 SDD 和 Terminal 模块说明

This commit is contained in:
2026-03-20 13:45:57 +08:00
parent 1d33a8e14f
commit 8716f6f684

View File

@@ -88,6 +88,9 @@ XCDesktop/
│ │ ├── pydemos/ # Python Demo
│ │ ├── weread/ # 微信读书
│ │ └── remote/ # 远程网页
│ │ │ ├── opencode/ # AI 编程助手
│ │ │ ├── sdd/ # 规范驱动开发
│ │ │ └── terminal/ # 终端
│ ├── stores/ # Zustand 状态管理
│ └── types/ # 类型定义
├── api/ # 后端 API (Express)
@@ -150,6 +153,8 @@ XCDesktop/
| Python Demo | Python 脚本管理 |
| 微信读书 | 微信读书网页版集成 |
| 远程网页 | 内置浏览器,访问任意网页 |
| SDD | 规范驱动开发,自动化流程 |
| 终端 | 集成终端界面,管理和执行命令 |
## 🛠️ 技术栈