forked from wintton/MxBleDebugUtil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.17 KB
/
app.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"pages": [
"pages/main/main",
"pages/selble/selble",
"pages/index/index",
"pages/logs/logs",
"pages/aboutus/aboutus",
"pages/advice/advice",
"pages/numberturn/numberturn",
"pages/timeturn/timeturn",
"pages/codeturn/codeturn",
"pages/addsendbtn/addsendbtn",
"pages/eatshake/eatshake",
"pages/advicerecord/advicerecord",
"pages/tcpdebug/tcpdebug",
"pages/compass/compass"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "辰霏调试助手",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/main/main",
"iconPath": "images/bt_logo.png",
"selectedIconPath": "images/bt_logo.png",
"text": "主页"
},
{
"pagePath": "pages/aboutus/aboutus",
"iconPath": "images/ic_aboutus.png",
"selectedIconPath": "images/ic_aboutus.png",
"text": "关于"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}