This commit is contained in:
2026-03-15 15:21:10 +08:00
parent 7b1fd11bf3
commit 345f0b344c
5 changed files with 162 additions and 126 deletions

View File

@@ -31,6 +31,8 @@ npm run test:coverage # 测试覆盖率
**重要**: 修改 `src/main/` 目录下的文件后,必须运行 `npm test` 确保测试通过。
**注意**: 仅修改 `src/renderer/`(前端/UI`src/preload/` 文件时,不需要运行测试,只需确保类型检查通过(`npx tsc --noEmit`)即可。
## 2. 项目架构
```