- 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.
24 lines
506 B
Markdown
24 lines
506 B
Markdown
---
|
||
id: shell-launch
|
||
name: 编辑器 & 终端启动
|
||
status: done
|
||
progress: 100
|
||
---
|
||
|
||
## 概述
|
||
从应用内一键打开编辑器(VS Code、Cursor 等)和终端,支持 Windows 路径和 WSL 路径。
|
||
|
||
## 任务卡
|
||
|
||
### ✅ 打开编辑器
|
||
- status: done
|
||
- files: src-tauri/src/commands/shell.rs
|
||
|
||
调用配置的编辑器打开项目目录。
|
||
|
||
### ✅ 打开终端
|
||
- status: done
|
||
- files: src-tauri/src/commands/shell.rs
|
||
|
||
打开终端并 cd 到项目目录,支持 Windows Terminal、PowerShell 等。
|