mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-05-29 19:58:05 +00:00
将 collectItems/removeTargetsDep 改为整棵树只遍历一次、在每个属性上检查所有 target,把结构遍历开销从 ×targets 降到 ×1,收集结果保持一致。 同时修正 dataSourceMethodDeps 字段命名并补充到 MApp schema。 Co-authored-by: Cursor <cursoragent@cursor.com>