forked from February7/jiakao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 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
42
{
"pages": [
"pages/choose/choose",
"pages/index/index",
"pages/signup/signup",
"pages/my/my"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color":"#a4b0be",
"selectedColor":"#1989fa",
"list": [
{
"pagePath": "pages/index/index",
"text": "考试",
"iconPath": "image/tabbar/icon_shijuan.png",
"selectedIconPath": "image/tabbar/icon_shijuan_selected.png"
},
{
"pagePath": "pages/signup/signup",
"text": "报名",
"iconPath": "image/tabbar/icon_banjidingdan.png",
"selectedIconPath": "image/tabbar/icon_banjidingdan_selected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "image/tabbar/icon_jiangshi.png",
"selectedIconPath": "image/tabbar/icon_jiangshi_selected.png"
}
]
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"iconfont": "/iconfont/iconfont"
}
}