-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (43 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"pages": [
"pages/book/index",
"pages/classic/index",
"pages/my/index",
"pages/book-detail/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "文艺·空岛",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "black",
"selectedColor": "black",
"backgroundColor": "#77777",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/book/index",
"text": "书架",
"iconPath": "/images/tab/book.png",
"selectedIconPath": "/images/tab/[email protected]"
},
{
"pagePath": "pages/classic/index",
"text": "推荐",
"iconPath": "/images/tab/classic.png",
"selectedIconPath": "/images/tab/[email protected]"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "/images/tab/my.png",
"selectedIconPath": "/images/tab/[email protected]"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}