mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 06:55:26 +00:00
docs: 添加项目文档
- 添加项目相关文档和说明
This commit is contained in:
33
docs/1management/next.md
Normal file
33
docs/1management/next.md
Normal file
@@ -0,0 +1,33 @@
|
||||
我正在开发 yys-editor 项目(阴阳师编辑器),这是一个基于 Vue 3 + LogicFlow 的可视化编辑器。
|
||||
|
||||
请按以下流程工作:
|
||||
|
||||
1. **读取计划**:先读取 docs/1management/plan.md,了解项目当前状态和下一步行动计划
|
||||
|
||||
2. **确认任务**:根据 plan.md 中的"下一步行动计划",向我确认要开发哪个功能
|
||||
|
||||
3. **开发实现**:
|
||||
- 使用 Serena 的符号工具高效读取代码
|
||||
- 使用 Context7 的查询Logic-flow相关文档
|
||||
- 遵循项目现有的代码风格和架构
|
||||
- 关键文件位置:
|
||||
- 画布:src/components/flow/FlowEditor.vue
|
||||
- 属性面板:src/components/flow/panels/
|
||||
- Store:src/ts/useStore.ts
|
||||
- Schema:src/ts/schema.ts
|
||||
|
||||
4. **等待测试**:开发完成后,等我测试并确认功能正常
|
||||
|
||||
5. **更新文档**:测试通过后,更新 docs/1management/plan.md:
|
||||
- 更新相关模块的完成度
|
||||
- 标记已完成的步骤
|
||||
- 更新总体完成度百分比
|
||||
|
||||
技术栈:Vue 3 + Vite + LogicFlow + Pinia + Element Plus
|
||||
|
||||
当前优先级(从 plan.md):
|
||||
- 🔴 高优先级:注册 textNode
|
||||
- 🟡 中优先级:实现撤销重做系统
|
||||
- 🟢 低优先级:矢量节点 MVP、导出增强
|
||||
|
||||
请开始第一步:读取 plan.md 并确认下一步任务。
|
||||
Reference in New Issue
Block a user