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

36 lines
832 B
Markdown
Raw Permalink 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: settings-page
name: 设置页
status: done
progress: 100
---
## 概述
全局和空间级设置包括编辑器检测、终端配置、WSL 发行版选择、应用更新。
## 任务卡
### ✅ 编辑器检测
- status: done
- files: src/components/settings/SettingsPage.tsx, src-tauri/src/commands/settings.rs
自动扫描系统安装的编辑器VS Code、Cursor 等)。
### ✅ 终端配置
- status: done
- files: src/components/settings/SettingsPage.tsx
配置默认终端程序。
### ✅ WSL 发行版选择
- status: done
- files: src/components/settings/SettingsPage.tsx
列举已安装的 WSL 发行版,选择默认使用的。
### ✅ 关于 & 更新
- status: done
- files: src/components/settings/SettingsPage.tsx
显示当前版本号、检查更新、下载安装、错误信息可复制。