- 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.
682 B
682 B
| id | name | status | progress |
|---|---|---|---|
| devtools-scan | 开发工具扫描 | done | 100 |
概述
扫描系统和 WSL 中安装的开发工具(Node.js、pnpm、Rust、Python、Docker 等),统一展示版本信息。
任务卡
✅ Windows 工具扫描
- status: done
- files: src-tauri/src/commands/devtools.rs, src/components/devtools/
扫描 Windows 环境中的开发工具及版本。
✅ WSL 工具扫描
- status: done
- files: src-tauri/src/commands/devtools.rs
通过 WSL 命令扫描 Linux 环境中的开发工具。
✅ 工具信息持久化
- status: done
- files: src-tauri/src/commands/devtools.rs
保存、更新、删除扫描到的工具信息。