-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (43 loc) · 1.03 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
43
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/set/set",
"pages/setItem/userInfo/userInfo",
"pages/setItem/card/card",
"pages/setItem/setappid/setappid"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "七鱼客服Demo",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#C7AD72",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/img/home.png",
"selectedIconPath": "assets/img/home_selected.png"
},
{
"pagePath": "pages/set/set",
"text": "设置",
"iconPath": "assets/img/set.png",
"selectedIconPath": "assets/img/set_selected.png"
}
]
},
"plugins": {
"myPlugin": {
"version": "1.1.22",
"provider": "wxae5e29812005203f"
}
}
}