dev-manager-tauri/.blueprint/modules/project-env-scan.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
585 B
Markdown

---
id: project-env-scan
name: 项目环境扫描
status: done
progress: 100
---
## 概述
扫描单个项目目录中使用的技术栈和工具版本(如 package.json 中的 Node 版本、Cargo.toml 中的 Rust edition 等)。
## 任务卡
### ✅ 项目环境检测
- status: done
- files: src-tauri/src/commands/project_scan.rs, src/components/dashboard/ProjectEnvModal.tsx
分析项目目录结构,识别技术栈和版本要求。
### ✅ 环境信息持久化
- status: done
- files: src-tauri/src/commands/project_scan.rs
保存和读取项目环境工具信息。