fix(prefab): 修复预制体编辑模式的保存与退出,使用原生 scene://edit-mode 接口替代无效的 IPC 广播,更新相关使用文档与安全规定
This commit is contained in:
15
templates/spec.md
Normal file
15
templates/spec.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Feature: [Name]
|
||||
|
||||
## 1. Overview
|
||||
*What are we building and why?*
|
||||
|
||||
## 2. Visual Requirements (Vision)
|
||||
*Description of UI/UX derived from uploaded mockups.*
|
||||
- [ ] Component A
|
||||
- [ ] Layout B
|
||||
|
||||
## 3. Functional Requirements
|
||||
- [ ] User can...
|
||||
- [ ] System must...
|
||||
|
||||
## 4. Data Model
|
||||
15
templates/tasks.md
Normal file
15
templates/tasks.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Implementation Tasks
|
||||
|
||||
## 🔴 Parallel Group A: Backend
|
||||
- [ ] Define API Schema
|
||||
- [ ] Implement Database Migrations
|
||||
- [ ] Create API Endpoints
|
||||
|
||||
## 🔵 Parallel Group B: Frontend
|
||||
- [ ] Scaffold Components
|
||||
- [ ] Implement State Management
|
||||
- [ ] Connect to Mock API
|
||||
|
||||
## 🟢 Phase 2: Integration
|
||||
- [ ] Connect Frontend to Real Backend
|
||||
- [ ] E2E Tests
|
||||
Reference in New Issue
Block a user