-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
31 lines (31 loc) · 888 Bytes
/
app.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
{
"pages": [
"pages/search/search",
"pages/main",
"pages/details/details",
"pages/read/read",
"pages/read/chaList/chaList",
"pages/reader/reader",
"homePage/classify/details/details",
"homePage/shortage/shortage",
"homePage/reader/reader",
"homePage/reader/chapter/chapter",
"pages/picture/picture",
"pages/flower/flower",
"pages/flower/details/details",
"pages/picture/chapters/chapters"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
},
"usingComponents": {
"cu-custom": "/style/colorui/components/cu-custom",
"van-swipe-cell": "@vant/weapp/swipe-cell/index",
"van-button": "@vant/weapp/button/index",
"van-dialog": "@vant/weapp/dialog/index"
},
"sitemapLocation": "sitemap.json"
}