-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
33 lines (33 loc) · 816 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
{
"pages": [
"pages/wanted/wanted",
"pages/detail/detail",
"pages/about/about"
],
"tabBar": {
"color": "#333333",
"selectedColor": "#4bbd51",
"list": [
{
"pagePath": "pages/wanted/wanted",
"text": "悬赏令",
"iconPath": "./assets/text_icon.png",
"selectedIconPath": "./assets/text_icon_actived.png"
},
{
"pagePath": "pages/about/about",
"text": "联系",
"iconPath": "./assets/guanyu.png",
"selectedIconPath": "./assets/guanyu_actived.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "海贼王悬赏令",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}