@easyv/config 1.1.2 → 1.1.3

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/animation.js CHANGED
@@ -69,7 +69,7 @@ var dataAnimation = function dataAnimation() {
69
69
 
70
70
  return {
71
71
  name: 'dataAnimation',
72
- displayName: '数据动画',
72
+ displayName: '数据时长',
73
73
  value: [{
74
74
  name: 'show',
75
75
  displayName: '打开',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/animation.js CHANGED
@@ -52,7 +52,7 @@ export const dataAnimation = ({
52
52
  duration = defaultDataAnimation.duration,
53
53
  } = defaultDataAnimation) => ({
54
54
  name: 'dataAnimation',
55
- displayName: '数据动画',
55
+ displayName: '数据时长',
56
56
  value: [
57
57
  {
58
58
  name: 'show',