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

528 B
Raw Blame History

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

一键启动关联工具,支持自定义启动命令。