From 070b1971715c73f4b446da705c2ff219cf4f451e Mon Sep 17 00:00:00 2001 From: limil Date: Tue, 10 Feb 2026 23:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 2e52269..3a2ac45 100644 --- a/TODO.md +++ b/TODO.md @@ -8,8 +8,8 @@ - [ ] 实现子网路由功能,并验证有效 -- [ ] 使用Immer优化对象和数组state的更新 - [ ] 实现配置保存和加载功能 +- [ ] 使用Reducer 和 Immer重构代码 - [ ] 实现加密功能(完全加密和只加密私钥) - [ ] 添加测试用例 - [ ] 完成!