feat: 还原实时同步到预览页面的功能

This commit is contained in:
奔跑的面条
2023-04-01 22:00:26 +08:00
parent 3d56037b44
commit 70d080ff70
3 changed files with 34 additions and 28 deletions
+1
View File
@@ -12,6 +12,7 @@ export enum DragKeyEnum {
// 不同页面保存操作
export enum SavePageEnum {
CHART = 'SaveChart',
CHART_TO_PREVIEW = 'ChartToPreview',
JSON = 'SaveJSON',
CLOSE = 'close'
}