✨ 新特性
- 对象示例:魔法导出使用新建内容而非已有内容
🐛 修复
- 路径导航:修复边界条件下的导航异常
- 内存泄漏:
clearChildren()中新增子节点 parent 引用置空和 children 清理,辅助 GC
🎨 优化
- 重构 NodeCard:移除嵌套结构,扁平化管理多级路径
✨ Features
- Object Example: Magic export now uses newly created content instead of existing content
🐛 Bug Fixes
- Path Navigation: Fixed navigation anomalies under edge cases
- Memory Leak:
clearChildren()now nullifies child parent references and clears children to assist GC
🎨 Improvements
- NodeCard Refactoring: Removed nested structure, flattened multi-level path management
Full Changelog: v1.9.3...v1.9.4