forked from cbbfcd/goHai-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
37 lines (37 loc) · 867 Bytes
/
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
{
"pages":[
"pages/go/gohai",
"pages/board/board",
"pages/ser/search",
"pages/template/template",
"pages/select/select",
"pages/item/item",
"pages/map/map",
"pages/upload/upload"
],
"tabBar": {
"color": "#666",
"selectedColor": "#268dcd",
"borderStyle": "white",
"backgroundColor": "#fafafa",
"list": [{
"text": "goHai",
"pagePath": "pages/go/gohai",
"iconPath": "imgs/1.png",
"selectedIconPath": "imgs/2.png"
},
{
"text": "scanCode",
"pagePath": "pages/ser/search",
"iconPath": "imgs/3.png",
"selectedIconPath": "imgs/4.png"
}]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#268dcd",
"navigationBarTitleText": "goHai",
"navigationBarTextStyle":"white"
},
"debug": true
}