-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
38 lines (38 loc) · 970 Bytes
/
app.json
File metadata and controls
38 lines (38 loc) · 970 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
36
37
38
{
"pages":[
"pages/index/index",
"pages/my/my",
"pages/video/video",
"pages/imageList/imageList",
"pages/help/help",
"pages/parseLog/parseLog",
"pages/logs/logs"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "一键高效去水印",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#666",
"selectedColor": "#5477ff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home-noselect.png",
"selectedIconPath": "images/home-select.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/my-noselect.png",
"selectedIconPath": "images/my-select.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}