forked from cool-team-official/cool-uni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
316 lines (316 loc) · 5.72 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
{
"pages": [
{
"path": "pages/index/home",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/my",
"style": {}
}
],
"subPackages": [
{
"root": "pages/user",
"pages": [
{
"path": "set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "captcha",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "about",
"style": {
"navigationBarTitleText": "关于我们"
}
}
]
},
{
"root": "pages/demo",
"pages": [
{
"path": "basic/button",
"style": {
"navigationBarTitleText": "Button 按钮"
}
},
{
"path": "basic/text",
"style": {
"navigationBarTitleText": "Text 文本"
}
},
{
"path": "basic/image",
"style": {
"navigationBarTitleText": "Image 图片"
}
},
{
"path": "basic/icon",
"style": {
"navigationBarTitleText": "Icon 图标"
}
},
{
"path": "basic/tag",
"style": {
"navigationBarTitleText": "Tag 标签"
}
},
{
"path": "basic/toast",
"style": {
"navigationBarTitleText": "Toast 提示"
}
},
{
"path": "basic/loading",
"style": {
"navigationBarTitleText": "Loading 加载"
}
},
{
"path": "view/flex",
"style": {
"navigationBarTitleText": "Flex 弹性"
}
},
{
"path": "view/grid",
"style": {
"navigationBarTitleText": "Grid 宫格"
}
},
{
"path": "view/divider",
"style": {
"navigationBarTitleText": "Divider 分割符"
}
},
{
"path": "view/avatar",
"style": {
"navigationBarTitleText": "Avatar 头像"
}
},
{
"path": "view/badge",
"style": {
"navigationBarTitleText": "Badge 角标"
}
},
{
"path": "view/loadmore",
"style": {
"navigationBarTitleText": "Loadmore 加载更多"
}
},
{
"path": "view/noticebar",
"style": {
"navigationBarTitleText": "Noticebar 通知栏"
}
},
{
"path": "view/countdown",
"style": {
"navigationBarTitleText": "Countdown 倒计时"
}
},
{
"path": "view/popup",
"style": {
"navigationBarTitleText": "Popup 弹出框"
}
},
{
"path": "view/progress",
"style": {
"navigationBarTitleText": "Progress 进度条"
}
},
{
"path": "view/search",
"style": {
"navigationBarTitleText": "Search 搜索框"
}
},
{
"path": "view/slider",
"style": {
"navigationBarTitleText": "Slider 滑块"
}
},
{
"path": "view/tabs",
"style": {
"navigationBarTitleText": "Tabs 选项卡"
}
},
{
"path": "view/timeline",
"style": {
"navigationBarTitleText": "Timeline 时间线"
}
},
{
"path": "view/topbar",
"style": {
"navigationBarTitleText": "Topbar 顶部导航栏"
}
},
{
"path": "view/waterfall",
"style": {
"navigationBarTitleText": "Waterfall 瀑布流",
"enablePullDownRefresh": true
}
},
{
"path": "view/banner",
"style": {
"navigationBarTitleText": "Banner 轮博图"
}
},
{
"path": "view/card",
"style": {
"navigationBarTitleText": "Card 卡片"
}
},
{
"path": "view/list",
"style": {
"navigationBarTitleText": "List 列表"
}
},
{
"path": "form/input",
"style": {
"navigationBarTitleText": "Input 输入框"
}
},
{
"path": "form/input-number",
"style": {
"navigationBarTitleText": "InputNumber 计数器"
}
},
{
"path": "form/textarea",
"style": {
"navigationBarTitleText": "Textarea 文本域"
}
},
{
"path": "form/checkbox",
"style": {
"navigationBarTitleText": "Checkbox 多选框"
}
},
{
"path": "form/radio",
"style": {
"navigationBarTitleText": "Radio 单选框"
}
},
{
"path": "form/form",
"style": {
"navigationBarTitleText": "Form 表单"
}
},
{
"path": "form/select",
"style": {
"navigationBarTitleText": "Select 下拉框"
}
},
{
"path": "form/rate",
"style": {
"navigationBarTitleText": "Rate 评分"
}
},
{
"path": "form/switch",
"style": {
"navigationBarTitleText": "Switch 开关"
}
},
{
"path": "form/upload",
"style": {
"navigationBarTitleText": "Upload 文件上传"
}
},
{
"path": "extend/action-sheet",
"style": {
"navigationBarTitleText": "ActionSheet 操作菜单"
}
},
{
"path": "extend/captcha",
"style": {
"navigationBarTitleText": "Captcha 验证码"
}
},
{
"path": "extend/confirm",
"style": {
"navigationBarTitleText": "Confirm 确认框"
}
},
{
"path": "extend/dialog",
"style": {
"navigationBarTitleText": "Dialog 对话框"
}
},
{
"path": "extend/filter-bar",
"style": {
"navigationBarTitleText": "FilterBar 过滤栏"
}
},
{
"path": "extend/page",
"style": {
"navigationBarTitleText": "Page 页面"
}
}
]
}
],
"easycom": {
"autoscan": true,
"custom": {
"^cl-(.*)": "/@/cool/ui/components/cl-$1/cl-$1.vue"
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "cool-uni",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f7f7f7"
}
}