mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-21 03:48:03 +00:00
将 services/editor.ts 从 1335 行精简到 1075 行,提取以下内容: - 新增 utils/editor-history.ts:历史操作处理函数(add/remove/update) - utils/editor.ts 新增:resolveSelectedNode、toggleFixedPosition、 calcMoveStyle、calcAlignCenterStyle、calcLayerTargetIndex、 editorNodeMergeCustomizer、collectRelatedNodes、classifyDragSources - type.ts 新增:EditorEvents、canUsePluginMethods、AsyncMethodName - 补充完整的单元测试覆盖所有新增工具函数 Made-with: Cursor