-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathmobile.config.js
More file actions
301 lines (301 loc) · 8.82 KB
/
mobile.config.js
File metadata and controls
301 lines (301 loc) · 8.82 KB
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
export default {
docs: [
{
title: 'Button 按钮',
name: 'button',
component: () => import('tdesign-mobile-react/button/_example/index.tsx'),
},
{
title: 'Divider 分割符',
name: 'divider',
component: () => import('tdesign-mobile-react/divider/_example/index.tsx'),
},
{
title: 'Icon 图标',
name: 'icon',
component: () => import('tdesign-mobile-react/icon/_example/index.tsx'),
},
{
title: 'Layout 布局',
name: 'layout',
component: () => import('tdesign-mobile-react/layout/_example/index.tsx'),
},
{
title: 'Tabs 选项卡',
name: 'tabs',
component: () => import('tdesign-mobile-react/tabs/_example/index.tsx'),
},
{
title: 'Input 输入框',
name: 'input',
component: () => import('tdesign-mobile-react/input/_example/index.tsx'),
},
{
title: 'Grid 宫格',
name: 'grid',
component: () => import('tdesign-mobile-react/grid/_example/index.tsx'),
},
{
title: 'Image 图片',
name: 'image',
component: () => import('tdesign-mobile-react/image/_example/index.tsx'),
},
{
title: 'Overlay 遮罩层',
name: 'overlay',
component: () => import('tdesign-mobile-react/overlay/_example/index.tsx'),
},
{
title: 'Popover 弹出气泡',
name: 'popover',
component: () => import('tdesign-mobile-react/popover/_example/index.tsx'),
},
{
title: 'Popup 弹出层',
name: 'popup',
component: () => import('tdesign-mobile-react/popup/_example/index.tsx'),
},
{
title: 'Progress 进度条',
name: 'progress',
component: () => import('tdesign-mobile-react/progress/_example/index.tsx'),
},
{
title: 'Slider 滑动选择器',
name: 'slider',
component: () => import('tdesign-mobile-react/slider/_example/index.tsx'),
},
{
title: 'Radio 单选框',
name: 'radio',
component: () => import('tdesign-mobile-react/radio/_example/index.tsx'),
},
{
title: 'Rate 评分',
name: 'rate',
component: () => import('tdesign-mobile-react/rate/_example/index.tsx'),
},
{
title: 'Search 搜索框',
name: 'search',
component: () => import('tdesign-mobile-react/search/_example/index.tsx'),
},
{
title: 'Badge 徽标',
name: 'badge',
component: () => import('tdesign-mobile-react/badge/_example/index.tsx'),
},
{
title: 'CountDown 倒计时',
name: 'count-down',
component: () => import('tdesign-mobile-react/count-down/_example/index.tsx'),
},
{
title: 'Message 消息通知',
name: 'message',
component: () => import('tdesign-mobile-react/message/_example/index.tsx'),
},
{
title: 'Switch 开关',
name: 'switch',
path: '/switch',
component: () => import('tdesign-mobile-react/switch/_example/index.tsx'),
},
{
title: 'Cell 单元格',
name: 'cell',
component: () => import('tdesign-mobile-react/cell/_example/base.tsx'),
},
{
title: 'Upload 上传',
name: 'upload',
path: '/upload',
component: () => import('tdesign-mobile-react/upload/_example/index.jsx'),
},
{
title: 'Skeleton 骨架屏',
name: 'skeleton',
component: () => import('tdesign-mobile-react/skeleton/_example/index.jsx'),
},
{
title: 'Sticky 吸顶',
name: 'sticky',
component: () => import('tdesign-mobile-react/sticky/_example/index.tsx'),
},
{
title: 'BackTop 返回顶部',
name: 'back-top',
component: () => import('tdesign-mobile-react/back-top/_example/index.tsx'),
},
{
title: 'Checkbox 多选框',
name: 'checkbox',
component: () => import('tdesign-mobile-react/checkbox/_example/index.tsx'),
},
{
title: 'Dialog 对话框',
name: 'dialog',
component: () => import('tdesign-mobile-react/dialog/_example/index.jsx'),
},
{
title: 'Loading 加载中',
name: 'loading',
component: () => import('tdesign-mobile-react/loading/_example/index.tsx'),
},
{
title: 'Swiper 轮播',
name: 'swiper',
component: () => import('tdesign-mobile-react/swiper/_example/index.jsx'),
},
{
title: 'Navbar 导航栏',
name: 'navbar',
component: () => import('tdesign-mobile-react/navbar/_example/index.tsx'),
},
{
title: 'SideBar 侧边栏',
name: 'side-bar',
component: () => import('tdesign-mobile-react/side-bar/_example/index.tsx'),
},
{
title: 'SideBar 侧边栏',
name: 'side-bar-base',
component: () => import('tdesign-mobile-react/side-bar/_example/base.tsx'),
},
{
title: 'SideBar 侧边栏',
name: 'side-bar-switch',
component: () => import('tdesign-mobile-react/side-bar/_example/switch.tsx'),
},
{
title: 'SideBar 侧边栏',
name: 'side-bar-with-icon',
component: () => import('tdesign-mobile-react/side-bar/_example/with-icon.tsx'),
},
{
title: 'SideBar 侧边栏',
name: 'side-bar-custom',
component: () => import('tdesign-mobile-react/side-bar/_example/custom.tsx'),
},
{
title: 'SwipeCell 滑动单元格',
name: 'swipe-cell',
component: () => import('tdesign-mobile-react/swipe-cell/_example/index.tsx'),
},
{
title: 'Tag 标签',
name: 'tag',
component: () => import('tdesign-mobile-react/tag/_example/index.tsx'),
},
{
title: 'Toast 轻提示',
name: 'toast',
component: () => import('tdesign-mobile-react/toast/_example/index.tsx'),
},
{
title: 'Drawer 抽屉',
name: 'drawer',
component: () => import('tdesign-mobile-react/drawer/_example/index.tsx'),
},
{
title: 'Collapse 折叠面板',
name: 'Collapse',
component: () => import('tdesign-mobile-react/collapse/_example/index.tsx'),
},
{
title: 'Stepper 步进器',
name: 'Stepper',
component: () => import('tdesign-mobile-react/stepper/_example/index.tsx'),
},
{
title: 'PullDownRefresh 下拉刷新',
name: 'pull-down-refresh',
component: () => import('tdesign-mobile-react/pull-down-refresh/_example/index.tsx'),
},
{
title: 'Avatar 头像',
name: 'avatar',
component: () => import('tdesign-mobile-react/avatar/_example/index.tsx'),
},
{
title: 'Indexes 索引',
name: 'indexes',
component: () => import('tdesign-mobile-react/indexes/_example/index.tsx'),
},
{
title: 'Picker 选择器',
name: 'picker',
component: () => import('tdesign-mobile-react/picker/_example/index.jsx'),
},
{
title: 'Textarea 多行文本框',
name: 'textarea',
component: () => import('tdesign-mobile-react/textarea/_example/index.tsx'),
},
{
title: 'Steps 步骤条',
name: 'steps',
component: () => import('tdesign-mobile-react/steps/_example/index.tsx'),
},
{
title: 'TabBar 标签栏',
name: 'tab-bar',
component: () => import('tdesign-mobile-react/tab-bar/_example/mobile.tsx'),
},
{
title: 'Fab 悬浮按钮',
name: 'fab',
component: () => import('tdesign-mobile-react/fab/_example/index.jsx'),
},
{
title: 'NoticeBar 公告栏',
name: 'notice-bar',
component: () => import('tdesign-mobile-react/notice-bar/_example/mobile.tsx'),
},
{
title: 'Result 结果',
name: 'result',
component: () => import('tdesign-mobile-react/result/_example/index.tsx'),
},
{
title: 'Link 链接',
name: 'link',
component: () => import('tdesign-mobile-react/link/_example/index.tsx'),
},
{
title: 'Table 表格',
name: 'table',
component: () => import('tdesign-mobile-react/table/_example/index.tsx'),
},
{
title: 'TreeSelect 树形选择',
name: 'tree-select',
component: () => import('tdesign-mobile-react/tree-select/_example/index.tsx'),
},
{
title: 'Empty 空状态',
name: 'empty',
component: () => import('tdesign-mobile-react/empty/_example/index.tsx'),
},
{
title: 'Calendar 日历',
name: 'calendar',
component: () => import('tdesign-mobile-react/calendar/_example/index.tsx'),
},
{
title: 'Guide 引导',
name: 'guide',
component: () => import('tdesign-mobile-react/guide/_example/index.tsx'),
},
{
title: 'ColorPicker 颜色选择器',
name: 'color-picker',
component: () => import('tdesign-mobile-react/color-picker/_example/index.tsx'),
},
{
title: 'ConfigProvider 全局特性配置',
name: 'config-provider',
component: () => import('tdesign-mobile-react/config-provider/_example/index.tsx'),
},
],
};