修复:eval2生成代码丢失

This commit is contained in:
ChenX
2023-09-12 17:22:44 +08:00
parent 05589d99d5
commit 9c91cdaec4
1952 changed files with 113 additions and 21248 deletions

View File

@@ -1,19 +0,0 @@
import { Command } from '../Editor/CommandMachine';
/**
* 理想的copy
*
* 能保持模块 正常
* 能保持排钻 正常
* 能保持层板钉 正常
* 能保持关联切割 正常
* 能保持五金 正常
*
* 能附加层板钉 完成
* 能附加关联切割 完成
* 能附加排钻 完成
* 能附加五金(铰链 拉手) 完成
*/
export declare class Command_Copy implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=Copy.d.ts.map