- Introduced BlueprintModal in ProjectCard for project blueprint visualization. - Added state management for displaying the BlueprintModal. - Implemented Blueprint-related interfaces and functions in commands.ts for handling blueprint data.
30 lines
705 B
Markdown
30 lines
705 B
Markdown
---
|
|
id: repo-registry
|
|
name: Git 仓库注册
|
|
status: done
|
|
progress: 100
|
|
---
|
|
|
|
## 概述
|
|
统一管理 Git 仓库信息,支持从 GitHub 批量导入仓库,挂载到项目。
|
|
|
|
## 任务卡
|
|
|
|
### ✅ 仓库导入
|
|
- status: done
|
|
- files: src/components/dashboard/ImportRepoModal.tsx, src-tauri/src/commands/git_repos.rs
|
|
|
|
从 GitHub 拉取用户仓库列表,批量导入到本地注册表。
|
|
|
|
### ✅ 仓库挂载
|
|
- status: done
|
|
- files: src/components/dashboard/MountRepoModal.tsx, src-tauri/src/commands/git_repos.rs
|
|
|
|
将已注册的仓库关联到项目。
|
|
|
|
### ✅ 仓库注册表管理
|
|
- status: done
|
|
- files: src/components/dashboard/RepoRegistryModal.tsx
|
|
|
|
查看、搜索、删除已注册仓库。
|