This repository was archived by the owner on Apr 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.26 KB
/
app.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"pages": [
"pages/home_not_log/home_not_log",
"pages/home_log/home_log",
"pages/my_not_log/my_not_log",
"pages/my_log/my_log",
"pages/bluetooth/bluetooth",
"pages/map/map"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "white",
"navigationBarTitleText": "智能监控小车",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#1AAD19",
"list": [
{
"pagePath": "pages/home_not_log/home_not_log",
"text": "主页",
"iconPath": "img/home-8x.png",
"selectedIconPath": "img/home-8x-f.png"
},
{
"pagePath": "pages/bluetooth/bluetooth",
"text": "蓝牙",
"iconPath": "img/bluetooth-8x.png",
"selectedIconPath": "img/bluetooth-8x-f.png"
},
{
"pagePath": "pages/map/map",
"text": "位置",
"iconPath": "img/map-8x.png",
"selectedIconPath": "img/map-8x-f.png"
},
{
"pagePath": "pages/my_log/my_log",
"text": "我的",
"iconPath": "img/person-8x.png",
"selectedIconPath": "img/person-8x-f.png"
}
]
},
"plugins": {
"smsvercode": {
"version": "1.0.2",
"provider": "wx47025434eb041672"
}
}
}