Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (19 loc) · 705 Bytes

Directory.md

File metadata and controls

19 lines (19 loc) · 705 Bytes
src
├── App.vue // 演示页面
├── components // 核心组件
│   ├── Contextmenu.vue // 右键菜单
│   └── Mindmap // 思维导图
│       ├── Mindmap.vue // 主体
│       ├── assistant.ts // 工具函数
│       ├── attribute // svg属性工具
│       ├── css // 样式
│       ├── d3.ts // d3库
│       ├── data // 数据层
│       ├── draw // 视图层
│       ├── interface.ts // 接口
│       ├── listener // 交互层
│       ├── state // 历史状态记录/时间旅行
│       └── variable // 通用变量
└── i18n // 国际化