From f9f5472d994f810415432d167d3055fd97adbe71 Mon Sep 17 00:00:00 2001 From: iven Date: Fri, 17 Apr 2026 19:56:32 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20Phase=205=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=A9=BA=E5=A3=B3=20Hand=20=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/log.md b/wiki/log.md index 3ce9e50..38a7e73 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -9,6 +9,14 @@ tags: [log, history] > Append-only 操作记录。格式: `## [日期] 类型 | 描述` +## 2026-04-17 refactor | Phase 5 移除空壳 Hand — Whiteboard/Slideshow/Speech + +- **Rust**: 删除 whiteboard.rs(422行) + slideshow.rs(797行) + speech.rs(442行) +- **前端**: 删除 WhiteboardCanvas + SlideshowRenderer + speech-synth + 类型/常量 +- **配置**: 删除 3 个 HAND.toml +- Hands 9→6 启用 (Browser/Collector/Researcher/Clip/Twitter/Quiz + Reminder系统内部) +- 净减 ~5400 行,`cargo check` ✓ | `tsc --noEmit` ✓ + ## 2026-04-17 feat | Phase 1 错误体系重构 — ErrorKind + code + Serialize - **Rust**: `zclaw-types/error.rs` 新增 `ErrorKind` (17种) + `error_codes` (E4040-E5110)