-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
38 lines (38 loc) · 1000 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
38
{
"pages": [
"pages/index/index",
"pages/videohome/videohome",
"pages/compress/compress",
"pages/cropresult/cropresult",
"pages/guide/guide",
"pages/question/question",
"pages/updatemd5/updatemd5"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "视频去水印",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#1D78F8",
"borderStyle": "black",
"backgroundColor": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/nav_home.png",
"selectedIconPath": "images/nav_home_selected.png"
},
{
"pagePath": "pages/videohome/videohome",
"text": "其他工具",
"iconPath": "images/nav_minis.png",
"selectedIconPath": "images/nav_minis_selected.png"
}
]
},
"sitemapLocation": "sitemap.json"
}