mindmap/mindmapTODO.md

16 lines
640 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mindmap TODO
- [x] 架构对齐Align with `base` project's "No ESM" design.
- [ ] 构建配置Modify `vite.config.js` to output only UMD (`mindmap.js` and `mindmap.min.js`).
- [ ] 源码重构:
- [ ] 注册 `Mindmap` 为全局组件 (`globalThis.Component.register`).
- [ ] 确保 `Mindmap` 类在 `globalThis` 上可用。
- [ ] 测试验证:运行 `npm test` 确保功能无损。
- [ ] 文档更新:
- [ ] 更新 `package.json` 版本号。
- [ ] 更新 `README.md` 以反映组件化用法。
- [ ] 更新 `CHANGELOG.md`
## 当前状态 (v1.0.1)
- 1111 个节点渲染耗时: ~40ms (from TEST.md)