forked from CrazyCodes/MiniApp-TouTiao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
33 lines (33 loc) · 937 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
{
"pages":[
"pages/information/index/index",
"pages/logs/logs",
"pages/information/detail/detail",
"pages/found/index/index",
"pages/personal/index/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#3080c0",
"navigationBarTitleText": "餐饮咖 « 资讯",
"navigationBarTextStyle":"white",
"enablePullDownRefresh":"true"
},
"tabBar": {
"color": "#888888",
"selectedColor": "#3080c0",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/information/index/index",
"text": "资讯",
"iconPath":"images/zixun@2x.png",
"selectedIconPath":"images/zixun_selected@2x.png"
},{
"pagePath":"pages/personal/index/index",
"text":"我",
"iconPath":"images/wo@2x.png",
"selectedIconPath":"images/wo_selected@2x.png"
}]
}
}