dev-manager-tauri/.blueprint/modules/project-tools.md
lanrtop 0cdaa3678c feat: add Blueprint feature to ProjectCard and commands
- 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.
2026-04-02 19:12:53 +09:00

24 lines
528 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: project-tools
name: 项目工具链
status: done
progress: 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
一键启动关联工具,支持自定义启动命令。