chore: update plan, fix UTF-8 issue, update tauri.conf

This commit is contained in:
iven
2026-03-22 09:23:45 +08:00
parent 2fb914c965
commit d72c0f7161

View File

@@ -410,10 +410,11 @@ pub fn run() {
**任务**
- [x] 移除 `resources/openfang-runtime/`
- [x] 移除 `start-all.ps1` 中的 OpenFang 启动逻辑
- [ ] 更新所有文档
- [ ] 更新 CLAUDE.md
- [x] 更新 tauri.conf.json 移除外部运行时引用
- [x] 更新 CLAUDE.md 反映新架构
- [x] 修复 UTF-8 边界问题 (compactor.rs)
- [x] 测试验证 (26/26 通过)
- [ ] 性能优化
- [ ] 测试覆盖
- [ ] 发布准备
---