@dckj-npm/dc-material 0.1.126 → 0.1.128
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/build/index.js +1 -1
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +6 -6
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +2 -2
- package/dist/BizComps.js.map +1 -1
- package/es/components/message-list/message-list-item.scss +1 -1
- package/es/components/notice-bar/index.scss +6 -6
- package/es/components/stream-list/index.d.ts +6 -0
- package/es/components/stream-list/index.js +6 -0
- package/es/components/stream-list/index.scss +26 -0
- package/es/components/stream-list/stream-list.d.ts +54 -0
- package/es/components/stream-list/stream-list.js +159 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +4 -0
- package/lib/components/message-list/message-list-item.scss +1 -1
- package/lib/components/notice-bar/index.scss +6 -6
- package/lib/components/stream-list/index.d.ts +6 -0
- package/lib/components/stream-list/index.js +6 -0
- package/lib/components/stream-list/index.scss +26 -0
- package/lib/components/stream-list/stream-list.d.ts +54 -0
- package/lib/components/stream-list/stream-list.js +166 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +5 -1
- package/lowcode/button2/meta.ts +59 -58
- package/lowcode/custom-radio-group/meta.ts +3 -1
- package/lowcode/custom-radio-group-item/meta.ts +185 -184
- package/lowcode/d-c-slider/meta.design.ts +3 -2
- package/lowcode/d-c-slider/meta.ts +16 -15
- package/lowcode/goods-card-list/meta.ts +3 -1
- package/lowcode/goods-card-list-common/meta.ts +3 -1
- package/lowcode/grid-nav/meta.ts +144 -129
- package/lowcode/integral-task/meta.ts +141 -140
- package/lowcode/menu-list/meta.ts +114 -107
- package/lowcode/message-list/meta.ts +105 -98
- package/lowcode/navigation/meta.ts +139 -127
- package/lowcode/notice-bar/meta.ts +6 -4
- package/lowcode/position/meta.ts +111 -110
- package/lowcode/rich-text/meta.ts +49 -50
- package/lowcode/search-bar/meta.ts +38 -35
- package/lowcode/stream-list/meta.ts +209 -0
- package/lowcode/swiper/meta.ts +102 -1
- package/lowcode/tab-container/meta.ts +45 -44
- package/lowcode/tab-message/meta.ts +84 -80
- package/lowcode/tag-c/meta.ts +59 -58
- package/lowcode/teletext-list/meta.ts +11 -17
- package/lowcode/title1/meta.ts +47 -46
- package/lowcode/title2/meta.ts +73 -72
- package/lowcode_es/button2/meta.js +48 -46
- package/lowcode_es/custom-radio-group/meta.js +3 -1
- package/lowcode_es/custom-radio-group-item/meta.js +152 -150
- package/lowcode_es/d-c-slider/meta.d.ts +3 -1
- package/lowcode_es/d-c-slider/meta.design.d.ts +1 -0
- package/lowcode_es/d-c-slider/meta.design.js +2 -1
- package/lowcode_es/d-c-slider/meta.js +8 -7
- package/lowcode_es/goods-card-list/meta.js +3 -1
- package/lowcode_es/goods-card-list-common/meta.js +3 -1
- package/lowcode_es/grid-nav/meta.js +109 -108
- package/lowcode_es/integral-task/meta.js +101 -99
- package/lowcode_es/menu-list/meta.js +79 -77
- package/lowcode_es/message-list/meta.js +65 -63
- package/lowcode_es/meta.js +3 -2
- package/lowcode_es/navigation/meta.js +98 -96
- package/lowcode_es/notice-bar/meta.js +3 -1
- package/lowcode_es/position/meta.js +77 -75
- package/lowcode_es/rich-text/meta.js +34 -32
- package/lowcode_es/search-bar/meta.js +23 -21
- package/lowcode_es/stream-list/meta.d.ts +22 -0
- package/lowcode_es/stream-list/meta.js +196 -0
- package/lowcode_es/swiper/meta.js +91 -1
- package/lowcode_es/tab-container/meta.d.ts +1 -1
- package/lowcode_es/tab-container/meta.js +27 -26
- package/lowcode_es/tab-message/meta.js +66 -64
- package/lowcode_es/tag-c/meta.js +48 -46
- package/lowcode_es/teletext-list/meta.js +4 -9
- package/lowcode_es/title1/meta.js +37 -35
- package/lowcode_es/title2/meta.js +61 -59
- package/lowcode_lib/button2/meta.js +48 -46
- package/lowcode_lib/custom-radio-group/meta.js +3 -1
- package/lowcode_lib/custom-radio-group-item/meta.js +152 -150
- package/lowcode_lib/d-c-slider/meta.d.ts +3 -1
- package/lowcode_lib/d-c-slider/meta.design.d.ts +1 -0
- package/lowcode_lib/d-c-slider/meta.design.js +2 -1
- package/lowcode_lib/d-c-slider/meta.js +8 -7
- package/lowcode_lib/goods-card-list/meta.js +3 -1
- package/lowcode_lib/goods-card-list-common/meta.js +3 -1
- package/lowcode_lib/grid-nav/meta.js +109 -108
- package/lowcode_lib/integral-task/meta.js +101 -99
- package/lowcode_lib/menu-list/meta.js +79 -77
- package/lowcode_lib/message-list/meta.js +65 -63
- package/lowcode_lib/meta.js +11 -10
- package/lowcode_lib/navigation/meta.js +98 -96
- package/lowcode_lib/notice-bar/meta.js +3 -1
- package/lowcode_lib/position/meta.js +77 -75
- package/lowcode_lib/rich-text/meta.js +34 -32
- package/lowcode_lib/search-bar/meta.js +23 -21
- package/lowcode_lib/stream-list/meta.d.ts +22 -0
- package/lowcode_lib/stream-list/meta.js +201 -0
- package/lowcode_lib/swiper/meta.js +91 -1
- package/lowcode_lib/tab-container/meta.d.ts +1 -1
- package/lowcode_lib/tab-container/meta.js +27 -26
- package/lowcode_lib/tab-message/meta.js +66 -64
- package/lowcode_lib/tag-c/meta.js +48 -46
- package/lowcode_lib/teletext-list/meta.js +4 -9
- package/lowcode_lib/title1/meta.js +37 -35
- package/lowcode_lib/title2/meta.js +61 -59
- package/package.json +3 -3
|
@@ -6,69 +6,70 @@ exports["default"] = void 0;
|
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var GridNavMeta = {
|
|
8
8
|
group: '低代码组件',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
9
|
+
componentName: 'GridNav',
|
|
10
|
+
title: '宫格导航',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.0',
|
|
17
|
+
exportName: 'GridNav',
|
|
18
|
+
main: 'src\\index.tsx',
|
|
19
|
+
destructuring: true,
|
|
20
|
+
subName: ''
|
|
21
21
|
},
|
|
22
|
-
|
|
22
|
+
configure: {
|
|
23
23
|
component: {
|
|
24
|
-
isContainer: true
|
|
24
|
+
isContainer: true,
|
|
25
|
+
disableBehaviors: ['copy']
|
|
25
26
|
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
27
|
+
props: [{
|
|
28
|
+
title: '数据源配置',
|
|
29
|
+
name: 'dataSourceSetting',
|
|
30
|
+
setter: {
|
|
31
|
+
componentName: 'ArraySetter',
|
|
32
|
+
props: {
|
|
33
|
+
itemSetter: {
|
|
34
|
+
componentName: 'ObjectSetter',
|
|
35
|
+
props: {
|
|
36
|
+
config: {
|
|
37
|
+
items: [{
|
|
38
|
+
title: '跳转链接',
|
|
39
|
+
name: 'link',
|
|
40
|
+
setter: {
|
|
41
|
+
componentName: 'StringSetter',
|
|
42
|
+
isRequired: true,
|
|
43
|
+
initialValue: ''
|
|
43
44
|
}
|
|
44
45
|
}, {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
title: '图标链接',
|
|
47
|
+
name: 'icon',
|
|
48
|
+
setter: {
|
|
49
|
+
componentName: 'StringSetter',
|
|
50
|
+
isRequired: true,
|
|
51
|
+
initialValue: ''
|
|
51
52
|
}
|
|
52
53
|
}, {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
title: '标题',
|
|
55
|
+
name: 'title',
|
|
56
|
+
setter: {
|
|
57
|
+
componentName: 'StringSetter',
|
|
58
|
+
isRequired: true,
|
|
59
|
+
initialValue: ''
|
|
59
60
|
}
|
|
60
61
|
}],
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
extraSetter: {
|
|
63
|
+
componentName: 'MixedSetter',
|
|
64
|
+
isRequired: false,
|
|
65
|
+
props: {}
|
|
65
66
|
}
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
70
|
},
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
isRequired: true,
|
|
72
|
+
initialValue: []
|
|
72
73
|
}
|
|
73
74
|
},
|
|
74
75
|
// {
|
|
@@ -88,54 +89,54 @@ var GridNavMeta = {
|
|
|
88
89
|
// }
|
|
89
90
|
// },
|
|
90
91
|
{
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
title: '每行列数',
|
|
93
|
+
name: 'columns',
|
|
94
|
+
setter: {
|
|
95
|
+
componentName: 'NumberSetter',
|
|
96
|
+
isRequired: true,
|
|
97
|
+
initialValue: 4
|
|
97
98
|
}
|
|
98
99
|
}, {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
100
|
+
title: 'icon尺寸',
|
|
101
|
+
name: 'iconSize',
|
|
102
|
+
defaultValue: 'medium',
|
|
103
|
+
initialValue: 'medium',
|
|
104
|
+
setter: {
|
|
105
|
+
componentName: 'SelectSetter',
|
|
106
|
+
initialValue: 'medium',
|
|
107
|
+
props: {
|
|
108
|
+
defaultValue: 'medium',
|
|
109
|
+
options: [{
|
|
110
|
+
title: '大',
|
|
111
|
+
value: 'large'
|
|
111
112
|
}, {
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
title: '中',
|
|
114
|
+
value: 'medium'
|
|
114
115
|
}, {
|
|
115
|
-
|
|
116
|
-
|
|
116
|
+
title: '小',
|
|
117
|
+
value: 'small'
|
|
117
118
|
}]
|
|
118
119
|
}
|
|
119
120
|
}
|
|
120
121
|
}, {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
122
|
+
title: '字重',
|
|
123
|
+
name: 'fontWeight',
|
|
124
|
+
defaultValue: 'normal',
|
|
125
|
+
initialValue: 'normal',
|
|
126
|
+
setter: {
|
|
127
|
+
componentName: 'SelectSetter',
|
|
128
|
+
initialValue: 'normal',
|
|
129
|
+
props: {
|
|
130
|
+
defaultValue: 'normal',
|
|
131
|
+
options: [{
|
|
132
|
+
title: '细',
|
|
133
|
+
value: '100'
|
|
133
134
|
}, {
|
|
134
|
-
|
|
135
|
-
|
|
135
|
+
title: '正常',
|
|
136
|
+
value: 'normal'
|
|
136
137
|
}, {
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
title: '粗',
|
|
139
|
+
value: 'bold'
|
|
139
140
|
}]
|
|
140
141
|
}
|
|
141
142
|
}
|
|
@@ -168,31 +169,31 @@ var GridNavMeta = {
|
|
|
168
169
|
}
|
|
169
170
|
};
|
|
170
171
|
var snippets = [{
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
172
|
+
title: '宫格导航',
|
|
173
|
+
screenshot: '',
|
|
174
|
+
schema: {
|
|
175
|
+
componentName: 'GridNav',
|
|
176
|
+
props: {
|
|
177
|
+
columns: 4,
|
|
178
|
+
dataSourceSetting: [{
|
|
179
|
+
title: '导航项',
|
|
180
|
+
icon: 'https://qcloudimg.tencent-cloud.cn/raw/fe54a986a821473655ba20afe30a543a.png',
|
|
181
|
+
link: '#'
|
|
181
182
|
}, {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
title: '导航项',
|
|
184
|
+
icon: 'https://qcloudimg.tencent-cloud.cn/raw/fe54a986a821473655ba20afe30a543a.png',
|
|
185
|
+
link: '#'
|
|
185
186
|
}, {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
title: '导航项',
|
|
188
|
+
icon: 'https://qcloudimg.tencent-cloud.cn/raw/fe54a986a821473655ba20afe30a543a.png',
|
|
189
|
+
link: '#'
|
|
189
190
|
}, {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
title: '导航项',
|
|
192
|
+
icon: 'https://qcloudimg.tencent-cloud.cn/raw/fe54a986a821473655ba20afe30a543a.png',
|
|
193
|
+
link: '#'
|
|
193
194
|
}],
|
|
194
|
-
|
|
195
|
-
|
|
195
|
+
iconSize: 'medium',
|
|
196
|
+
fontWeight: 'normal'
|
|
196
197
|
}
|
|
197
198
|
}
|
|
198
199
|
}];
|
|
@@ -6,139 +6,141 @@ exports["default"] = void 0;
|
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var _icon = _interopRequireDefault(require("../../src/assets/icon/integral-task/icon1.png"));
|
|
8
8
|
var IntegralTaskMeta = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"package":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
9
|
+
componentName: 'IntegralTask',
|
|
10
|
+
title: '任务列表',
|
|
11
|
+
docUrl: '',
|
|
12
|
+
screenshot: '',
|
|
13
|
+
devMode: 'proCode',
|
|
14
|
+
npm: {
|
|
15
|
+
"package": '@dckj-npm/dc-material',
|
|
16
|
+
version: '0.1.13',
|
|
17
|
+
exportName: 'IntegralTask',
|
|
18
|
+
main: 'src\\index.tsx',
|
|
19
|
+
destructuring: true,
|
|
20
|
+
subName: ''
|
|
21
21
|
},
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
configure: {
|
|
23
|
+
props: [{
|
|
24
|
+
title: '图标',
|
|
25
|
+
name: 'icon',
|
|
26
|
+
description: '图标',
|
|
27
|
+
setter: {
|
|
28
|
+
componentName: 'StringSetter',
|
|
29
|
+
isRequired: true,
|
|
30
|
+
initialValue: ''
|
|
31
31
|
}
|
|
32
32
|
}, {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
title: '图片',
|
|
34
|
+
name: 'images',
|
|
35
|
+
description: '图片',
|
|
36
|
+
setter: {
|
|
37
|
+
componentName: 'ArraySetter',
|
|
38
|
+
props: {
|
|
39
|
+
itemSetter: 'StringSetter'
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}, {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
title: '未完成文案',
|
|
44
|
+
name: 'undoneLabel',
|
|
45
|
+
description: '未完成文案',
|
|
46
|
+
setter: 'StringSetter'
|
|
47
47
|
}, {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
title: '完成文案',
|
|
49
|
+
name: 'completeLabel',
|
|
50
|
+
description: '完成文案',
|
|
51
|
+
setter: 'StringSetter'
|
|
52
52
|
}, {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
53
|
+
title: {
|
|
54
|
+
label: {
|
|
55
|
+
type: 'i18n',
|
|
56
|
+
'en-US': 'list',
|
|
57
|
+
'zh-CN': '任务名称'
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
tip: 'list | 任务名称'
|
|
60
60
|
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
61
|
+
name: 'list',
|
|
62
|
+
description: '任务名称',
|
|
63
|
+
setter: {
|
|
64
|
+
componentName: 'ArraySetter',
|
|
65
|
+
props: {
|
|
66
|
+
itemSetter: {
|
|
67
|
+
componentName: 'ObjectSetter',
|
|
68
|
+
props: {
|
|
69
|
+
config: {
|
|
70
|
+
items: [{
|
|
71
|
+
title: {
|
|
72
|
+
label: {
|
|
73
|
+
type: 'i18n',
|
|
74
|
+
'en-US': 'name',
|
|
75
|
+
'zh-CN': 'name'
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
name: 'name',
|
|
79
|
+
setter: {
|
|
80
|
+
componentName: 'StringSetter',
|
|
81
|
+
isRequired: true,
|
|
82
|
+
initialValue: ''
|
|
83
83
|
}
|
|
84
84
|
}, {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
85
|
+
title: {
|
|
86
|
+
label: {
|
|
87
|
+
type: 'i18n',
|
|
88
|
+
'en-US': 'integral',
|
|
89
|
+
'zh-CN': 'integral'
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
name: 'integral',
|
|
93
|
+
setter: {
|
|
94
|
+
componentName: 'NumberSetter',
|
|
95
|
+
isRequired: true,
|
|
96
|
+
initialValue: 0
|
|
97
97
|
}
|
|
98
98
|
}, {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
99
|
+
title: {
|
|
100
|
+
label: {
|
|
101
|
+
type: 'i18n',
|
|
102
|
+
'en-US': 'status',
|
|
103
|
+
'zh-CN': 'status'
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
106
|
+
name: 'status',
|
|
107
|
+
setter: {
|
|
108
|
+
componentName: 'NumberSetter',
|
|
109
|
+
isRequired: true,
|
|
110
|
+
initialValue: 0
|
|
111
111
|
}
|
|
112
112
|
}],
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
extraSetter: {
|
|
114
|
+
componentName: 'MixedSetter',
|
|
115
|
+
isRequired: false,
|
|
116
|
+
props: {}
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
isRequired: true,
|
|
123
|
+
initialValue: []
|
|
124
124
|
}
|
|
125
125
|
}],
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
supports: {
|
|
127
|
+
style: true
|
|
128
128
|
},
|
|
129
|
-
|
|
129
|
+
component: {
|
|
130
|
+
disableBehaviors: ['copy']
|
|
131
|
+
}
|
|
130
132
|
}
|
|
131
133
|
};
|
|
132
134
|
var snippets = [{
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
135
|
+
title: '任务列表',
|
|
136
|
+
screenshot: '',
|
|
137
|
+
schema: {
|
|
138
|
+
componentName: 'IntegralTask',
|
|
139
|
+
props: {
|
|
138
140
|
list: [{
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
name: '标题名称',
|
|
142
|
+
integral: 10,
|
|
143
|
+
status: 0
|
|
142
144
|
}],
|
|
143
145
|
icon: _icon["default"],
|
|
144
146
|
images: ['https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240927/1037148079553384448.png', 'https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240927/1037148108544413696.png', 'https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240927/1037148142006571008.png', 'https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240927/1037148168208388096.png'],
|