- 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.
528 B
528 B
| id | name | status | progress |
|---|---|---|---|
| project-tools | 项目工具链 | done | 100 |
概述
管理项目关联的开发工具(数据库客户端、API 测试工具等),支持一键启动。
任务卡
✅ 工具 CRUD
- status: done
- files: src/components/dashboard/ProjectToolsModal.tsx, src-tauri/src/commands/project_tools.rs
为项目添加/编辑/删除关联工具。
✅ 工具启动
- status: done
- files: src-tauri/src/commands/project_tools.rs
一键启动关联工具,支持自定义启动命令。