@easyv/config 1.2.28 → 1.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/control.js CHANGED
@@ -83,6 +83,11 @@ var control = function control() {
83
83
  suffix: "px"
84
84
  },
85
85
  tip: "与X轴的距离"
86
+ }, {
87
+ "name": "thumbnail",
88
+ "displayName": "开启缩略图",
89
+ "value": true,
90
+ "type": "boolean"
86
91
  }, {
87
92
  name: "drag",
88
93
  displayName: "详情区域",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/control.js CHANGED
@@ -78,6 +78,12 @@ export const control = ({
78
78
  },
79
79
  tip:"与X轴的距离"
80
80
  },
81
+ {
82
+ "name": "thumbnail",
83
+ "displayName": "开启缩略图",
84
+ "value": true,
85
+ "type": "boolean"
86
+ },
81
87
  {
82
88
  name: "drag",
83
89
  displayName: "详情区域",