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

682 B
Raw Permalink Blame History

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

保存、更新、删除扫描到的工具信息。