neo-cmp-cli 1.8.19 → 1.8.20
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/package.json
CHANGED
|
@@ -36,12 +36,7 @@ export class CmpModel {
|
|
|
36
36
|
|
|
37
37
|
// 初次插入页面的默认属性数据
|
|
38
38
|
defaultComProps = {
|
|
39
|
-
title:
|
|
40
|
-
'营销服全场景智能CRM,帮助企业搭建数字化客户经营平台,实现业绩高质量增长。',
|
|
41
|
-
label: '信息卡片',
|
|
42
|
-
backgroundImage: 'https://neo-widgets.bj.bcebos.com/NeoCRM.jpg',
|
|
43
|
-
imgCount: 3,
|
|
44
|
-
commentCount: 2025,
|
|
39
|
+
title: 'Hello, NeoCRM!'
|
|
45
40
|
};
|
|
46
41
|
|
|
47
42
|
/**
|
|
@@ -52,8 +47,7 @@ export class CmpModel {
|
|
|
52
47
|
type: 'textarea',
|
|
53
48
|
name: 'title',
|
|
54
49
|
label: '组件内容',
|
|
55
|
-
value:
|
|
56
|
-
'Hello, NeoCRM!',
|
|
50
|
+
value: 'Hello, NeoCRM!',
|
|
57
51
|
},
|
|
58
52
|
];
|
|
59
53
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const { execSync } = require('child_process');
|
|
2
2
|
|
|
3
3
|
// 所有需要废弃的版本
|
|
4
|
-
const versionsToDeprecate = ["1.8.
|
|
4
|
+
const versionsToDeprecate = ["1.8.15", "1.8.17", "1.8.18"];
|
|
5
5
|
|
|
6
6
|
const packageName = 'neo-cmp-cli';
|
|
7
7
|
const deprecateMessage = '此版本为开发中版本(存在 bug),请升级到最新版本。';
|