Merge branch 'dev' of https://gitee.com/MTrun/go-view into master-fetch-dev

This commit is contained in:
奔跑的面条
2022-11-02 19:06:49 +08:00
73 changed files with 2138 additions and 225 deletions
-1
View File
@@ -11,7 +11,6 @@ export const animations = [
{ label: '放大晃动缩小', value: 'tada' },
{ label: '扇形摇摆', value: 'wobble' },
{ label: '左右上下晃动', value: 'jello' },
{ label: 'Y轴旋转', value: 'flip' }
]
},
{
+4 -1
View File
@@ -55,7 +55,10 @@ export const backgroundImageSize = 5
// 预览展示方式
export const previewScaleType = PreviewScaleEnum.FIT
// 数据请求间隔(s
// 编辑工作台同步到 JSON 的轮询间隔(5S
export const editToJsonInterval = 5000
// 数据请求间隔
export const requestInterval = 30
// 工作台自动保存间隔(s