-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
40 lines (40 loc) · 879 Bytes
/
app.json
File metadata and controls
40 lines (40 loc) · 879 Bytes
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
{
"pages": [
"pages/home/home",
"pages/my/my",
"cmps/stars/stars",
"pages/detail/detail",
"pages/more/more",
"pages/search/search",
"pages/login/login"
],
"permission": {
"scope.userLocation": {
"desc": "请点击允许"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#42bd56",
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white"
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "/img/bmh.png",
"selectedIconPath": "/img/bmh1.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/img/wode.png",
"selectedIconPath": "/img/wode1.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}