- 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.
585 B
585 B
| id | name | status | progress |
|---|---|---|---|
| project-env-scan | 项目环境扫描 | done | 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
保存和读取项目环境工具信息。