-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
35 lines (35 loc) · 846 Bytes
/
Copy pathapp.json
File metadata and controls
35 lines (35 loc) · 846 Bytes
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
{
"pages": [
"pages/home/home",
"pages/me/me",
"pages/remove/remove",
"pages/logs/logs",
"pages/about/about"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "短视频去水印大师免费版",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#333",
"selectedColor": "#ff5a44",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "images/home-active.png",
"iconPath": "images/home-init.png",
"pagePath": "pages/home/home",
"text": "视频"
},
{
"selectedIconPath": "images/me-active.png",
"iconPath": "images/me-init.png",
"pagePath": "pages/me/me",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}