forked from leochan2017/p2pcalc-xcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
30 lines (30 loc) · 863 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
{
"pages": [
"pages/index/index",
"pages/about/about",
"pages/leo/leo"
],
"tabBar": {
"selectedColor": "#09BB07",
"list": [{
"iconPath": "images/calc.png",
"selectedIconPath": "images/calc-active.png",
"pagePath": "pages/index/index",
"color": "#b2b2b2",
"text": "计算器"
}, {
"iconPath": "images/about.png",
"selectedIconPath": "images/about-active.png",
"pagePath": "pages/about/about",
"color": "#b2b2b2",
"text": "说明"
}]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"backgroundColor": "#F6F6F6"
}
}