-
Notifications
You must be signed in to change notification settings - Fork 25
/
pages.json
45 lines (45 loc) · 1.21 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
{
"pages": [{
"path": "pages/guide/index",
"style": {
"navigationBarTitleText": "导航"
}
},
{
"path": "pages/loadRefresh/index",
"style": {
"navigationBarTitleText": "load-refresh 组件"
}
},
{
"path": "pages/loadRefresh/tabs",
"style": {
"navigationBarTitleText": "tabs+swiper 全屏选项卡"
}
},
{
"path": "pages/sofarPicker/index",
"style": {
"navigationBarTitleText": "sofar-picker 组件"
}
},
{
"path": "pages/termPicker/index",
"style": {
"navigationBarTitleText": "term-picker 组件"
}
},
{
"path": "pages/structureCascade/index",
"style": {
"navigationBarTitleText": "多级树形选择 组件"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "load-refresh",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
}
}