新增: 多工程管理(编辑/删除确认/记忆选中/自动扫描子仓库)

- 工程编辑入口:工具栏编辑按钮+弹窗(名称/路径/Git地址)
- 工程删除二次确认:防误删
- 记住上次选中工程:localStorage 持久化
- 自动扫描子仓库:下拉菜单加扫描入口,发现 .git 子目录自动建工程
This commit is contained in:
2026-06-30 20:49:58 +08:00
parent 6b131f3dc1
commit abc6880936
6 changed files with 261 additions and 39 deletions

View File

@@ -324,6 +324,7 @@ pub fn run() {
commands::module::update_project_module,
commands::module::remove_project_module,
commands::module::list_project_modules,
commands::module::scan_project_modules,
commands::module::get_module_git_status,
// 工程文件浏览(Batch 10):文件树 + 单文件预览
commands::module::get_module_file_tree,