mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 01:45:54 +08:00
refactor: src-tauri 重命名为 gui
Tauri CLI 自动检测 workspace 成员,构建不受影响。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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 # 权限检测、路径验证、环境变量展开
|
||||
|
||||
Reference in New Issue
Block a user