-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathapp.json
40 lines (40 loc) · 1.06 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
{
"pages": [
"page/index/index",
"page/index/slide",
"page/add/add",
"page/options/options",
"page/backup/backup",
"page/backup/qrcode",
"page/book/book",
"page/about/about",
"page/book/linuxcn",
"page/book/github",
"page/book/openssh",
"page/view/view",
"page/view/qr",
"page/view/edit",
"page/feedback/feedback"
],
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#373739",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "page/index/index",
"text": "场景",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_hl.png"
},
{
"pagePath": "page/options/options",
"text": "设置",
"iconPath": "images/option.png",
"selectedIconPath": "images/option_hl.png"
}
]
},
"debug": false
}