!2745 开发:对纹组命令仅开发时使用

pull/2746/head
林三 5 months ago
parent 061b2ac33d
commit a90e66638f

@ -749,7 +749,8 @@ export function registerCommand()
//加工组 //加工组
commandMachine.RegisterCommand(CommandNames.ShowProcessingGroupModal, new Command_ShowProcessingGroupModal()); commandMachine.RegisterCommand(CommandNames.ShowProcessingGroupModal, new Command_ShowProcessingGroupModal());
//对纹组 //对纹组
commandMachine.RegisterCommand(CommandNames.AlignLineGroup, new Command_AlignLineGroup()); if (IsTest())
commandMachine.RegisterCommand(CommandNames.AlignLineGroup, new Command_AlignLineGroup());
commandMachine.RegisterCommand(CommandNames.Text2Curve, new Text2Curve()); commandMachine.RegisterCommand(CommandNames.Text2Curve, new Text2Curve());

Loading…
Cancel
Save