-
Notifications
You must be signed in to change notification settings - Fork 669
/
pages.json
382 lines (382 loc) · 11.1 KB
/
pages.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
{
"leftWindow" : {
"path" : "windows/left-window.vue",
"style" : {
"width" : "350px"
}
},
"pages" : [
{
"path" : "pages/index/index",
"style" : {
"navigationBarTitleText" : "uni-ui"
}
},
{
"path" : "pages/vue/test/test",
"style" : {
"navigationBarTitleText" : "测试页面"
}
},
{
"path" : "pages/vue/forms/forms",
"style" : {
"navigationBarTitleText" : "Form 表单"
}
},
{
"path" : "pages/vue/group/group",
"style" : {
"navigationBarTitleText" : "Group 分组"
}
},
{
"path" : "pages/vue/badge/badge",
"style" : {
"navigationBarTitleText" : "Badge 数字角标"
}
},
{
"path" : "pages/vue/breadcrumb/breadcrumb",
"style" : {
"navigationBarTitleText" : "Breadcrumb 面包屑"
}
},
{
"path" : "pages/vue/countdown/countdown",
"style" : {
"navigationBarTitleText" : "Countdown 倒计时"
}
},
{
"path" : "pages/vue/drawer/drawer",
"style" : {
"navigationBarTitleText" : "Drawer 抽屉"
}
},
{
"path" : "pages/vue/icons/icons",
"style" : {
"navigationBarTitleText" : "Icons 图标"
}
},
{
"path" : "pages/vue/load-more/load-more",
"style" : {
"navigationBarTitleText" : "LoadMore 加载更多"
}
},
{
"path" : "pages/vue/nav-bar/nav-bar",
"style" : {
"navigationBarTitleText" : "NavBar 导航栏",
"navigationStyle" : "custom",
"enablePullDownRefresh" : true,
"app-plus" : {
"titleNView" : false,
"bounce" : "none",
"pullToRefresh" : {
"style" : "circle",
"offset" : "70px"
}
}
}
},
{
"path" : "pages/vue/number-box/number-box",
"style" : {
"navigationBarTitleText" : "NumberBox 数字输入框"
}
},
{
"path" : "pages/vue/popup/popup",
"style" : {
"navigationBarTitleText" : "Popup 弹出层",
"app-plus" : {
"softinputMode" : "adjustResize"
}
}
},
{
"path" : "pages/vue/segmented-control/segmented-control",
"style" : {
"navigationBarTitleText" : "SegmentedControl 分段器"
}
},
{
"path" : "pages/vue/tag/tag",
"style" : {
"navigationBarTitleText" : "Tag 标签"
}
},
{
"path" : "pages/vue/list/list",
"style" : {
"navigationBarTitleText" : "List 列表"
}
},
{
"path" : "pages/vue/card/card",
"style" : {
"navigationBarTitleText" : "Card 卡片"
}
},
{
"path" : "pages/vue/collapse/collapse",
"style" : {
"navigationBarTitleText" : "Collapse 折叠面板"
}
},
{
"path" : "pages/vue/pagination/pagination",
"style" : {
"navigationBarTitleText" : "Pagination 分页器"
}
},
{
"path" : "pages/vue/swiper-dot/swiper-dot",
"style" : {
"navigationBarTitleText" : "SwiperDot 轮播图指示点",
"mp-baidu" : {
"disableSwipeBack" : true
}
}
},
{
"path" : "pages/vue/grid/grid",
"style" : {
"navigationBarTitleText" : "Grid 宫格"
}
},
{
"path" : "pages/vue/rate/rate",
"style" : {
"navigationBarTitleText" : "Rate 评分"
}
},
{
"path" : "pages/vue/steps/steps",
"style" : {
"navigationBarTitleText" : "Steps 步骤条"
}
},
{
"path" : "pages/vue/notice-bar/notice-bar",
"style" : {
"navigationBarTitleText" : "NoticeBar 通告栏"
}
},
{
"path" : "pages/vue/swipe-action/swipe-action",
"style" : {
"navigationBarTitleText" : "SwipeAction 滑动操作",
"app-plus" : {
"bounce" : "none"
}
}
},
{
"path" : "pages/vue/search-bar/search-bar",
"style" : {
"navigationBarTitleText" : "SearchBar 搜索栏"
}
},
{
"path" : "pages/vue/calendar/calendar",
"style" : {
"navigationBarTitleText" : "Calendar 日历"
}
},
{
"path" : "pages/vue/indexed-list/indexed-list",
"style" : {
"navigationBarTitleText" : "IndexedList 索引列表",
"mp-weixin" : {
"disableScroll" : true
},
"app-plus" : {
"bounce" : "none"
},
"mp-alipay" : {
"allowsBounceVertical" : "NO"
},
"mp-baidu" : {
"disableScroll" : true
}
}
},
{
"path" : "pages/vue/fab/fab",
"style" : {
"navigationBarTitleText" : "Fab 悬浮按钮"
}
},
{
"path" : "pages/vue/fav/fav",
"style" : {
"navigationBarTitleText" : "Fav 收藏按钮"
}
},
{
"path" : "pages/vue/goods-nav/goods-nav",
"style" : {
"navigationBarTitleText" : "GoodsNav 商品导航"
}
},
{
"path" : "pages/vue/section/section",
"style" : {
"navigationBarTitleText" : "Section 标题栏"
}
},
{
"path" : "pages/vue/transition/transition",
"style" : {
"navigationBarTitleText" : "Transition 过渡动画"
}
},
{
"path" : "pages/vue/title/title",
"style" : {
"navigationBarTitleText" : "Title 章节标题"
}
},
{
"path" : "pages/vue/link/link",
"style" : {
"navigationBarTitleText" : "Link 链接"
}
},
{
"path" : "pages/vue/combox/combox",
"style" : {
"navigationBarTitleText" : "Combox 组合框"
}
},
{
"path" : "pages/vue/list/chat",
"style" : {}
},
{
"path" : "pages/vue/table/table",
"style" : {
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/dateformat/dateformat",
"style" : {
"navigationBarTitleText" : "Dateformat 日期格式化",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/tooltip/tooltip",
"style" : {
"navigationBarTitleText" : "Tooltip 文字提示",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/data-checkbox/data-checkbox",
"style" : {
"navigationBarTitleText" : "DataCheckbox 单选复选框",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/data-select/data-select",
"style" : {
"navigationBarTitleText" : "DataSelect 下拉框选择器",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/easyinput/easyinput",
"style" : {
"navigationBarTitleText" : "Easyinput 增强输入框",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/data-indexed-list/data-indexed-list",
"style" : {
"navigationBarTitleText" : "DataIndexedList 数据驱动的索引列表",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/data-picker/data-picker",
"style" : {
"navigationBarTitleText" : "DataPicker 级联选择",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/datetime-picker/datetime-picker",
"style" : {
"navigationBarTitleText" : "DatetimePicker 日期时间",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/row/row",
"style" : {
"navigationBarTitleText" : "Layout 布局",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/file-picker/file-picker",
"style" : {
"navigationBarTitleText" : "FilePicker 文件选择上传",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/space/space",
"style" : {
"navigationBarTitleText" : "间距",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/font/font",
"style" : {
"navigationBarTitleText" : "字体",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/color/color",
"style" : {
"navigationBarTitleText" : "颜色",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/radius/radius",
"style" : {
"navigationBarTitleText" : "圆角",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/vue/button/button",
"style" : {
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
],
"globalStyle" : {
"navigationBarTextStyle" : "white",
"navigationBarTitleText" : "uni-app",
"navigationBarBackgroundColor" : "#007AFF",
"backgroundColor" : "#f5f5f5",
"h5" : {
"maxWidth" : 1190
}
}
}