-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·49 lines (49 loc) · 1.35 KB
/
app.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.35 KB
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
44
45
46
47
48
49
{
"pages": [
"pages/start/index",
"pages/index/index",
"pages/service/index",
"pages/goods/detail/index",
"pages/detail/detail",
"pages/safe/index",
"pages/mall/index",
"pages/agent/index",
"pages/about/index",
"pages/login/index",
"pages/user/index",
"pages/create/create",
"pages/comment/index",
"pages/recommend/recommend"
],
"window": {
"navigationBarBackgroundColor": "#2382D2",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "2107",
"backgroundColor": "#f8f8f8",
"backgroundTextStyle": "dark",
"enablePullDownRefresh":"true"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#479de6",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "assets/images/iconfont-home.png",
"selectedIconPath": "assets/images/iconfont-home-active.png",
"text": "首页"
},{
"pagePath": "pages/create/create",
"iconPath": "assets/images/iconfont-user.png",
"selectedIconPath": "assets/images/iconfont-user-active.png",
"text": "创造"
}, {
"pagePath": "pages/user/index",
"iconPath": "assets/images/iconfont-discuss.png",
"selectedIconPath": "assets/images/iconfont-discuss-active.png",
"text": "我的"
}]
},
"debug": false
}