- 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.
30 lines
659 B
Markdown
30 lines
659 B
Markdown
---
|
|
id: project-templates
|
|
name: 项目模板
|
|
status: done
|
|
progress: 100
|
|
---
|
|
|
|
## 概述
|
|
预设项目模板,包含内置模板(首次启动自动种植)和用户自定义模板,用于快速创建新项目。
|
|
|
|
## 任务卡
|
|
|
|
### ✅ 模板 CRUD
|
|
- status: done
|
|
- files: src/components/manage/TemplateEditor.tsx, src-tauri/src/commands/templates.rs
|
|
|
|
创建、编辑、删除项目模板。
|
|
|
|
### ✅ 从模板创建项目
|
|
- status: done
|
|
- files: src-tauri/src/commands/templates.rs
|
|
|
|
选择模板后自动填充项目信息。
|
|
|
|
### ✅ 内置模板种植
|
|
- status: done
|
|
- files: src-tauri/src/commands/templates.rs
|
|
|
|
首次启动时自动插入预设模板。
|