项目总览.canvas 1.9 KB

1234567891011121314151617181920212223242526
  1. {
  2. "nodes":[
  3. {"id":"hzg","type":"text","text":"花掌柜\\n测试环境批发端","x":-460,"y":160,"width":260,"height":100},
  4. {"id":"xhb","type":"text","text":"销花宝\\n线上批发端","x":-160,"y":160,"width":260,"height":100},
  5. {"id":"hhb","type":"text","text":"花惠宝\\n线上零售端","x":160,"y":160,"width":260,"height":100},
  6. {"id":"mall","type":"text","text":"花卉宝\\n商城/C端","x":460,"y":160,"width":260,"height":100},
  7. {"id":"overview","type":"text","text":"花掌柜 / 销花宝项目总览","x":0,"y":-200,"width":320,"height":80},
  8. {"id":"server","type":"file","file":"server/README.md","x":-10,"y":400,"width":300,"height":80},
  9. {"id":"front","type":"file","file":"front_end/README.md","x":-400,"y":400,"width":300,"height":80},
  10. {"id":"tasks","type":"file","file":"任务小笔记/README.md","x":-10,"y":560,"width":300,"height":80},
  11. {"id":"architecture","type":"file","file":"server/server_项目代码架构.md","x":-10,"y":740,"width":300,"height":80}
  12. ],
  13. "edges":[
  14. {"id":"e1","fromNode":"overview","fromSide":"bottom","toNode":"hzg","toSide":"top"},
  15. {"id":"e2","fromNode":"overview","fromSide":"bottom","toNode":"xhb","toSide":"top"},
  16. {"id":"e3","fromNode":"overview","fromSide":"bottom","toNode":"hhb","toSide":"top"},
  17. {"id":"e4","fromNode":"overview","fromSide":"bottom","toNode":"mall","toSide":"top"},
  18. {"id":"e5","fromNode":"hzg","fromSide":"bottom","toNode":"front","toSide":"top"},
  19. {"id":"e6","fromNode":"xhb","fromSide":"bottom","toNode":"front","toSide":"top"},
  20. {"id":"e7","fromNode":"hhb","fromSide":"bottom","toNode":"front","toSide":"top"},
  21. {"id":"e8","fromNode":"mall","fromSide":"bottom","toNode":"front","toSide":"top"},
  22. {"id":"e9","fromNode":"front","fromSide":"right","toNode":"server","toSide":"left"},
  23. {"id":"e10","fromNode":"server","fromSide":"bottom","toNode":"tasks","toSide":"top"},
  24. {"id":"e11","fromNode":"tasks","fromSide":"bottom","toNode":"architecture","toSide":"top"}
  25. ]
  26. }