refactor: src-tauri 重命名为 gui

Tauri CLI 自动检测 workspace 成员,构建不受影响。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 23:19:14 +08:00
parent cd896d389b
commit 812f39b159
40 changed files with 5397 additions and 9 deletions
+3 -3
View File
@@ -174,10 +174,10 @@ npm run dev
npm test
# Rust 后端检查
cd src-tauri && cargo check
cd gui && cargo check
# Rust 后端测试
cd src-tauri && cargo test
cd gui && cargo test
```
### 技术栈
@@ -211,7 +211,7 @@ src/ # React 前端
├── i18n/ # zh-CN / en
└── config/ # default.json
src-tauri/ # Rust 后端
gui/ # Rust 后端
└── src/commands/
├── registry.rs # 注册表读写
├── system.rs # 权限检测、路径验证、环境变量展开