-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
39 lines (38 loc) · 843 Bytes
/
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
{
"pages": [
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/post/post",
"style": {}
},
{
"path": "pages/friends/friends",
"style": {}
},
{
"path" : "pages/uniblog/uniblog",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
// "plugins": {
// "htmltowxml": {
// "version": "1.4.0",
// "provider": "wxa51b9c855ae38f3c"
// }
// },
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ColorUI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"subPackages": []
}