同步源码

This commit is contained in:
ChenX
2023-04-20 15:08:17 +08:00
parent 6ce49f3885
commit 72cd78190b
61 changed files with 351 additions and 404 deletions

View File

@@ -15,6 +15,10 @@ export declare class SaveToLocal implements Command {
NoHistory: boolean;
exec(): Promise<void>;
}
export declare class SaveToDxf implements Command {
NoHistory: boolean;
exec(): Promise<void>;
}
/**
* 上传文件到文件的历史记录
* @param [fileDataStr] 文件经过压缩并且base64后的结果