-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
97 lines (95 loc) · 3.16 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"entryPagePath": "pages/auth/login/login",
"pages": [
"pages/activity/activity/index",
"pages/activity/map/index",
"pages/activity/add/index",
"pages/message/group/index",
"pages/user/index/index",
"pages/auth/register/register",
"pages/auth/auth/auth",
"pages/auth/login/login",
"pages/auth/reset/reset",
"pages/search/index/index",
"pages/search/input/input",
"pages/search/hot/hot",
"pages/search/new/new",
"pages/search/rec/rec",
"pages/user/share/share",
"pages/user/asset_salary/asset_salary",
"pages/user/love_history/love_history",
"pages/user/other/other",
"pages/user/health/health",
"pages/user/basic_info/basic_info",
"pages/user/education/education",
"pages/user/foods/foods",
"pages/user/footprint/footprint",
"pages/user/music/music",
"pages/user/movie/movie",
"pages/user/charactor/charactor",
"pages/user/lover_standard/lover_standard",
"pages/user/customer/customer",
"pages/search/city/city",
"pages/user/education_list/education_list",
"pages/user/evaluate_plan/evaluate_plan",
"pages/user/spirit/spirit",
"pages/user/book/book",
"pages/search/welcome/welcome",
"pages/user/movie_list/movie_list",
"pages/user/footprint_list/footprint_list",
"pages/user/foods_list/foods_list",
"pages/map/map_index/map_index",
"pages/map/map_detail/map_detail",
"pages/user/book_list/book_list",
"pages/user/account/account",
"pages/user/love_constraint/love_constraint",
"pages/user/love_confirmation/love_confirmation",
"pages/user/identify/identify",
"pages/auth/invite/invite",
"pages/message/edit/edit",
"pages/message/share/share",
"pages/user/detail/index"
],
"requiredBackgroundModes": [
"audio",
"location"
],
"permission": {
"scope.userLocation": {
"desc": "参加活动需要您的位置信息"
}
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "米小狗",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"backgroundColor": "#fafafa",
"borderStyle": "white",
"selectedColor": "#b4282d",
"color": "#666",
"list": [
{
"pagePath": "pages/search/index/index",
"iconPath": "static/img/search-black.png",
"selectedIconPath": "static/img/search-blue.png",
"text": "搜索"
},
{
"pagePath": "pages/user/index/index",
"iconPath": "static/img/user__black.png",
"selectedIconPath": "static/img/user_white.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"sitemapLocation": "sitemap.json"
}