Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条
2023-04-02 17:54:57 +08:00
38 changed files with 4620 additions and 1444 deletions
+1
View File
@@ -12,6 +12,7 @@ export enum DragKeyEnum {
// 不同页面保存操作
export enum SavePageEnum {
CHART = 'SaveChart',
CHART_TO_PREVIEW = 'ChartToPreview',
JSON = 'SaveJSON',
CLOSE = 'close'
}