dev-manager-tauri/.blueprint/modules/devtools-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

30 lines
682 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: devtools-scan
name: 开发工具扫描
status: done
progress: 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
保存、更新、删除扫描到的工具信息。