-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
41 lines (41 loc) · 1.09 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
{
"pages": [
"pages/luoshu/search/search",
"pages/luoshu/borrow/borrow",
"pages/luoshu/bookshelf/bookshelf",
"pages/luoshu/borrow/borrow_info/borrow_info",
"pages/luoshu/search/detail/detail"
],
"tabBar": {
"color": "#666",
"selectedColor": "#268dcd",
"borderStyle": "white",
"backgroundColor": "#fafafa",
"list": [
{
"pagePath": "pages/luoshu/search/search",
"iconPath": "image/search.png",
"selectedIconPath": "image/search_ing.png",
"text": "搜索"
},
{
"pagePath": "pages/luoshu/borrow/borrow",
"iconPath": "image/borrow.png",
"selectedIconPath": "image/borrow_ing.png",
"text": "借阅"
},
{
"pagePath": "pages/luoshu/bookshelf/bookshelf",
"iconPath": "image/bookshelf.png",
"selectedIconPath": "image/bookshelf_ing.png",
"text": "统计"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "落书",
"navigationBarTextStyle": "black"
}
}