From 0fd5ebc043112f9f304460171f527a273ba0f458 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 4 Jun 2026 08:16:11 +0800 Subject: [PATCH] =?UTF-8?q?docs(plan):=20=E5=9C=A8=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E6=B1=A0=E4=B8=AD=E6=B7=BB=E5=8A=A0=20Windows=20=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Windows 兼容性标记为 [高] 优先级,插入到待办池首位。 当前 cocoon 仅支持 Linux/macOS,Windows 支持是重要演进方向。 --- .cocoon-plan.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.cocoon-plan.md b/.cocoon-plan.md index e41d1f1..60e8ee8 100644 --- a/.cocoon-plan.md +++ b/.cocoon-plan.md @@ -57,10 +57,11 @@ ## 待办池 -1. **[高] HTTPS / TLS** — 生产部署必备 -2. **[高] HTTP/2 多路复用** — 长期演进方向 -3. **[中] server.c 单元测试** — 需要 mock socket 和 coco 协程环境 -4. **[中] 完善 Doxygen 中文注释** — 所有模块的公共 API 需要完整文档 +1. **[高] Windows 兼容性** — 支持 Windows 构建与运行 +2. **[高] HTTPS / TLS** — 生产部署必备 +3. **[高] HTTP/2 多路复用** — 长期演进方向 +4. **[中] server.c 单元测试** — 需要 mock socket 和 coco 协程环境 +5. **[中] 完善 Doxygen 中文注释** — 所有模块的公共 API 需要完整文档 ## 最近行动记录