-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapp.json
45 lines (45 loc) · 1.03 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
41
42
43
44
45
{
"pages": [
"pages/parse/parse",
"pages/intr/intr",
"pages/index/index",
"pages/logs/logs",
"pages/md5/index",
"pages/run/run",
"pages/run-sm/run-sm"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"selectedColor": "#f00",
"color": "#000000",
"list": [
{
"pagePath": "pages/parse/parse",
"text": "水印",
"iconPath": "pics/shui.png",
"selectedIconPath": "pics/shui.png"
},
{
"pagePath": "pages/run/run",
"text": "步数",
"iconPath": "pics/bu.png",
"selectedIconPath": "pics/bu.png"
},
{
"pagePath": "pages/md5/index",
"text": "MD5修改",
"iconPath": "pics/MD5.png",
"selectedIconPath": "pics/MD5.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}