From 8716f6f684c54220e309ab58848ba39e002d0e71 Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Fri, 20 Mar 2026 13:45:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20SDD=20=E5=92=8C=20Terminal=20=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70dc0bc..3176b6e 100644 --- a/README.md +++ b/README.md @@ -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 | 规范驱动开发,自动化流程 | +| 终端 | 集成终端界面,管理和执行命令 | ## 🛠️ 技术栈