| 1234567891011121314151617181920212223 |
- {
- "nodes":[
- {"id":"center","type":"text","text":"业务模块索引","x":0,"y":0,"width":240,"height":80},
- {"id":"login","type":"file","file":"主题/登录持久化.md","x":-420,"y":160,"width":260,"height":80},
- {"id":"delivery","type":"file","file":"主题/配送.md","x":140,"y":160,"width":260,"height":80},
- {"id":"message","type":"file","file":"主题/短信通知.md","x":420,"y":160,"width":260,"height":80},
- {"id":"payment","type":"file","file":"任务小笔记/26年/06-01:拉卡拉进件/功能需求.md","x":-360,"y":480,"width":320,"height":80},
- {"id":"member","type":"file","file":"主题/会员等级.md","x":-40,"y":300,"width":260,"height":80},
- {"id":"rabbitmq","type":"file","file":"主题/RabbitMQ.md","x":460,"y":560,"width":260,"height":80},
- {"id":"birthday","type":"file","file":"主题/生日赠礼.md","x":160,"y":440,"width":260,"height":80},
- {"id":"stock","type":"file","file":"主题/库存.md","x":-130,"y":160,"width":260,"height":80}
- ],
- "edges":[
- {"id":"e1","fromNode":"center","fromSide":"bottom","toNode":"login","toSide":"top"},
- {"id":"e2","fromNode":"center","fromSide":"bottom","toNode":"stock","toSide":"top"},
- {"id":"e3","fromNode":"center","fromSide":"bottom","toNode":"delivery","toSide":"top"},
- {"id":"e4","fromNode":"center","fromSide":"bottom","toNode":"message","toSide":"top"},
- {"id":"e5","fromNode":"member","fromSide":"right","toNode":"birthday","toSide":"left"},
- {"id":"e6","fromNode":"birthday","fromSide":"right","toNode":"rabbitmq","toSide":"left"},
- {"id":"e7","fromNode":"message","fromSide":"bottom","toNode":"birthday","toSide":"top"},
- {"id":"e8","fromNode":"center","fromSide":"bottom","toNode":"payment","toSide":"top"}
- ]
- }
|