lm

Results 2 issues of lm

内容搜索少了getContentTarget函数,导致搜索结果无法渲染上去 ReferenceError: getContentTarget is not defined

已修复

1、节点属性多并且节点个数多时 ![Image](https://github.com/user-attachments/assets/76e60fc5-b6a3-4011-9ee5-8ddbe38dc2b9) 会报内存溢出的问题 ![Image](https://github.com/user-attachments/assets/fb59ff0c-52a7-4797-821f-beedc7b479f7) 是smooth方法中reduce导致的,改成下面这种效果可能要好一点。 smoothTree(treeData, array) { for (const data of treeData) { if (data.visible) { // Mark different types to avoid being optimized out when assembled into the...