-
Notifications
You must be signed in to change notification settings - Fork 200
/
umi-block.json
437 lines (437 loc) · 16.2 KB
/
umi-block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
{
"list": [
{
"key": "EmptyPage",
"name": "空白页面",
"description": "一个空白的页面,一切都从这里开始!",
"url": "https://github.com/ant-design/pro-blocks/tree/master/EmptyPage",
"path": "NewPage",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/EmptyPage/snapshot.png?raw=true",
"tags": [
"空白页"
],
"previewUrl": "https://preview.pro.ant.design"
},
{
"name": "个人中心",
"key": "AccountCenter",
"description": "个人中心一般用于暂时用户的基本信息,已经相关的信息展示。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/AccountCenter",
"path": "AccountCenter",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/AccountCenter/snapshot.png?raw=true",
"tags": [
"个人中心"
],
"previewUrl": "https://preview.pro.ant.design/account/center"
},
{
"name": "个人设置",
"key": "AccountSettings",
"description": "通常是用于用户设置名称、头像、用途、私密性等信息。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/AccountSettings",
"path": "AccountSettings",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/AccountSettings/snapshot.png?raw=true",
"tags": [
"个人设置"
],
"previewUrl": "https://preview.pro.ant.design/account/settings"
},
{
"name": "分析页",
"key": "DashboardAnalysis",
"description": "将同一主题下的多种下钻维度呈现在页面中,让用户能够研究多组数据并发现趋势,用户可操作数据,调整数据范围满足更精准的分析需求。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/DashboardAnalysis",
"path": "DashboardAnalysis",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/DashboardAnalysis/snapshot.png?raw=true",
"tags": [
"dashboard"
],
"previewUrl": "https://preview.pro.ant.design/dashboard/analysis"
},
{
"name": "监控页",
"key": "DashboardMonitor",
"description": "常用于数据报表细节信息的展示,根据业务诉求可配置文本、列表、可视化图表等。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/DashboardMonitor",
"path": "DashboardMonitor",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/DashboardMonitor/snapshot.png?raw=true",
"tags": [
"dashboard"
],
"previewUrl": "https://preview.pro.ant.design/dashboard/monitor"
},
{
"name": "工作台",
"key": "DashboardWorkplace",
"description": "工作台将应用中每个部分最关键的数据提取出来,在一个页面呈现,便于全局分析和决策。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/DashboardWorkplace",
"path": "DashboardWorkplace",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/DashboardWorkplace/snapshot.png?raw=true",
"tags": [
"dashboard"
],
"previewUrl": "https://preview.pro.ant.design/dashboard/workplace"
},
{
"name": "流程编辑器",
"key": "EditorFlow",
"description": "千言万语不如一张图,流程图是表示算法思路的最好方法。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/EditorFlow",
"path": "EditorFlow",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/EditorFlow/snapshot.png?raw=true",
"tags": [
"图形编辑"
],
"previewUrl": "https://preview.pro.ant.design/editor/flow"
},
{
"name": "拓扑编辑器",
"key": "EditorKoni",
"description": "拓扑结构图可以清晰展示网络节点和通信介质构成的网络结构。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/EditorKoni",
"path": "EditorKoni",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/EditorKoni/snapshot.png?raw=true",
"tags": [
"图形编辑"
],
"previewUrl": "https://preview.pro.ant.design/editor/koni"
},
{
"name": "脑图编辑器",
"key": "EditorMind",
"description": "脑图是表达发散性思维的有效工具,它简单却又很有效,是一种非常实用展示工具。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/EditorMind",
"path": "EditorMind",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/EditorMind/snapshot.png?raw=true",
"tags": [
"图形编辑"
],
"previewUrl": "https://preview.pro.ant.design/editor/mind"
},
{
"name": "403",
"key": "Exception403",
"description": "403 Forbidden 代表客户端错误,指的是服务器端有能力处理该请求,但是拒绝授权访问,一般是权限异常导致。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/Exception403",
"path": "Exception403",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/Exception403/snapshot.png?raw=true",
"tags": [
"异常"
],
"previewUrl": "https://preview.pro.ant.design/exception/403"
},
{
"name": "404",
"key": "Exception404",
"description": "404 Not Found 代表请求失败,请求所希望得到的资源未被在服务器上发现",
"url": "https://github.com/ant-design/pro-blocks/tree/master/Exception404",
"path": "Exception404",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/Exception404/snapshot.png?raw=true",
"tags": [
"异常"
],
"previewUrl": "https://preview.pro.ant.design/exception/404"
},
{
"name": "500",
"key": "Exception500",
"description": "500 Internal Server Error,是表示服务器端错误的响应状态码。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/Exception500",
"path": "Exception500",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/Exception500/snapshot.png?raw=true",
"tags": [
"异常"
],
"previewUrl": "https://preview.pro.ant.design/exception/500"
},
{
"name": "高级表单",
"key": "FormAdvancedForm",
"description": "高级表单常适用于一次性输入和提交大批量数据的场景。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/FormAdvancedForm",
"path": "FormAdvancedForm",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/FormAdvancedForm/snapshot.png?raw=true",
"tags": [
"表单",
"高级"
],
"previewUrl": "https://preview.pro.ant.design/form/advanced/form"
},
{
"name": "基础表单",
"key": "FormBasicForm",
"description": "表单页用于向用户收集或验证信息,基础表单常用于数据项较少的表单场景。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/FormBasicForm",
"path": "FormBasicForm",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/FormBasicForm/snapshot.png?raw=true",
"tags": [
"表单",
"基本"
],
"previewUrl": "https://preview.pro.ant.design/form/basic/form"
},
{
"name": "分步表单",
"key": "FormStepForm",
"description": "分布表单使用与将一个冗长或用户不熟悉的表单任务分成多个步骤,指导用户完成的场景。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/FormStepForm",
"path": "FormStepForm",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/FormStepForm/snapshot.png?raw=true",
"tags": [
"表单"
],
"previewUrl": "https://preview.pro.ant.design/form/step/form"
},
{
"name": "标准列表",
"key": "ListBasicList",
"description": "用于陈列一类事务性主题,用户常常将这个页面当做开始事务的入口,主要以浏览方式寻找条目。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListBasicList",
"path": "ListBasicList",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListBasicList/snapshot.png?raw=true",
"tags": [
"列表",
"基本"
],
"previewUrl": "https://preview.pro.ant.design/list/basic/list"
},
{
"name": "卡片列表",
"key": "ListCardList",
"description": "卡片组成的列表,一般用于展示有图的列表,更加美观。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListCardList",
"path": "ListCardList",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListCardList/snapshot.png?raw=true",
"tags": [
"列表"
],
"previewUrl": "https://preview.pro.ant.design/list/card/list"
},
{
"name": "搜索列表",
"key": "ListSearch",
"description": "一个基本多标签页面,用于展示搜索列表。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListSearch",
"path": "ListSearch",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListSearch/snapshot.png?raw=true",
"tags": [
"列表",
"搜索"
],
"previewUrl": "https://preview.pro.ant.design/list/search"
},
{
"name": "搜索列表(应用)",
"key": "ListSearchApplications",
"description": "常用于陈列某一主题下的大量条目,并提供丰富的数据筛选功能帮助用户匹配出需要的数据自己。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListSearchApplications",
"path": "ListSearchApplications",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListSearchApplications/snapshot.png?raw=true",
"tags": [
"列表",
"搜索"
],
"previewUrl": "https://preview.pro.ant.design/list/search/applications"
},
{
"name": "搜索列表(文章)",
"key": "ListSearchArticles",
"description": "常用于陈列某一主题下的大量条目,并提供丰富的数据筛选功能帮助用户匹配出需要的数据自己。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListSearchArticles",
"path": "ListSearchArticles",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListSearchArticles/snapshot.png?raw=true",
"tags": [
"列表",
"搜索"
],
"previewUrl": "https://preview.pro.ant.design/list/search/articles"
},
{
"name": "搜索列表(项目)",
"key": "ListSearchProjects",
"description": "常用于陈列某一主题下的大量条目,并提供丰富的数据筛选功能帮助用户匹配出需要的数据自己。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListSearchProjects",
"path": "ListSearchProjects",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListSearchProjects/snapshot.png?raw=true",
"tags": [
"列表",
"搜索"
],
"previewUrl": "https://preview.pro.ant.design/list/search/projects"
},
{
"name": "查询表格",
"key": "ListTableList",
"description": "一个标准的表格增删改查页面,可以派生出百分之八十的后台页面。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ListTableList",
"path": "ListTableList",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ListTableList/snapshot.png?raw=true",
"tags": [
"列表",
"表格"
],
"previewUrl": "https://preview.pro.ant.design/list/table/list"
},
{
"name": "高级详情页",
"key": "ProfileAdvanced",
"description": "一个复杂的详情页,可以展示一个对象的基本信息和其相关的新息和操作。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ProfileAdvanced",
"path": "ProfileAdvanced",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ProfileAdvanced/snapshot.png?raw=true",
"tags": [
"详情",
"高级"
],
"previewUrl": "https://preview.pro.ant.design/profile/advanced"
},
{
"name": "基础详情页",
"key": "ProfileBasic",
"description": "详情页可以向用户展示一个对象完整的描述信息,并且可以对一个对象进行编辑操作。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ProfileBasic",
"path": "ProfileBasic",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ProfileBasic/snapshot.png?raw=true",
"tags": [
"详情",
"基本"
],
"previewUrl": "https://preview.pro.ant.design/profile/basic"
},
{
"name": "失败页",
"key": "ResultFail",
"description": "告知用户操作后所产生的失败结果,引导用户接下来的行动。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ResultFail",
"path": "ResultFail",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ResultFail/snapshot.png?raw=true",
"tags": [
"结果"
],
"previewUrl": "https://preview.pro.ant.design/result/fail"
},
{
"name": "成功页",
"key": "ResultSuccess",
"description": "告知用户操作后所产生的成功结果,引导用户接下来的行动。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/ResultSuccess",
"path": "ResultSuccess",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/ResultSuccess/snapshot.png?raw=true",
"tags": [
"结果"
],
"previewUrl": "https://preview.pro.ant.design/result/success"
},
{
"name": "注册页",
"key": "UserRegister",
"description": "用户注册时使用,用于填写基本的账号信息。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/UserRegister",
"path": "UserRegister",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/UserRegister/snapshot.png?raw=true",
"tags": [
"用户",
"注册"
],
"previewUrl": "https://preview.pro.ant.design/user/register"
},
{
"name": "注册结果页",
"key": "UserRegisterResult",
"description": "用于展示注册的结果。",
"url": "https://github.com/ant-design/pro-blocks/tree/master/UserRegisterResult",
"path": "UserRegisterResult",
"features": [
"antd"
],
"img": "https://raw.githubusercontent.com/ant-design/pro-blocks/master/UserRegisterResult/snapshot.png?raw=true",
"tags": [
"用户",
"注册",
"结果"
],
"previewUrl": "https://preview.pro.ant.design/user/register/result"
}
]
}