-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
37 lines (37 loc) · 900 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
32
33
34
35
36
37
{
"pages":[
"pages/tmp/tmp",
"pages/index/index",
"pages/class/class",
"pages/exchange/exchange",
"pages/task/task",
"pages/detail/detail",
"pages/malls/malls",
"pages/convert/convert"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#d4e7fe",
"navigationBarTextStyle":"black"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"iconPath":"./image/2-1.png",
"selectedIconPath":"./image/3.png",
"text": "Today"
}, {
"pagePath": "pages/class/class",
"iconPath":"./image/3-1.png",
"selectedIconPath":"./image/2.png",
"text": "List"
}, {
"pagePath": "pages/exchange/exchange",
"iconPath":"./image/4-1.png",
"selectedIconPath":"./image/4.png",
"text": "exchange"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}