-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
77 lines (77 loc) · 2.15 KB
/
app.json
File metadata and controls
77 lines (77 loc) · 2.15 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
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
{
"pages": [
"pages/loading/loading",
"pages/home/home",
"pages/search/search",
"pages/device/device",
"pages/infrared/infrared",
"pages/messagelist/messagelist",
"pages/category/category",
"pages/my/my",
"pages/family/family",
"pages/contact/contact",
"pages/release/release",
"pages/publish/publish",
"pages/mypublish/mypublish",
"pages/register/register",
"pages/scene/scene",
"pages/group/group",
"pages/index/index",
"pages/ruleDetail/ruleDetail",
"pages/weather/weather",
"pages/sceneselector/sceneselector",
"pages/second/smarthome/smarthome",
"pages/second/alert/alert",
"pages/second/firecontrol/firecontrol",
"pages/second/farm/farm",
"pages/second/hotel/hotel",
"pages/second/city/city",
"pages/second/community/community",
"pages/second/school/school",
"pages/second/old/old",
"pages/second/office/office",
"pages/second/s-city/s-city",
"pages/second/company/company",
"pages/second/ai/ai",
"pages/second/support/support",
"pages/second/yingshi/yingshi",
"pages/second/cameralist/cameralist",
"pages/help/help",
"pages/newinfrared/newinfrared",
"pages/smokeDetectorPhone/smokeDetectorPhone"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#9ABAF5",
"navigationBarTitleText": "天慧云谷",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"backgroundColor": "#E3E3E3"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "",
"iconPath": "imgs/toolbar/home.png",
"selectedIconPath": "imgs/toolbar/home@selected.png"
},
{
"pagePath": "pages/my/my",
"text": "",
"iconPath": "imgs/toolbar/my.png",
"selectedIconPath": "imgs/toolbar/my@selected.png"
}
],
"borderStyle": "white",
"selectedColor": "#002366",
"color": "#5a9ec8",
"backgroundColor": "#e7eae9"
},
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于查询天气信息及信息发布"
}
},
"sitemapLocation": "sitemap.json"
}