-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
49 lines (48 loc) · 1.17 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
46
47
48
49
{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/try-01/try-01",
"pages/try-02/try-02",
"pages/try-03/try-03",
"pages/try-04/try-04"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#666666",
"navigationBarTitleText": "Moss_decoders",
"navigationBarTextStyle":"white",
"enablePullDownRefresh":true
},
"tabBar": {
"backgroundColor": "#F5F5F5",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "pictures/t04.png",
"selectedIconPath": "pictures/t05.png"
},
{
"pagePath": "pages/try-01/try-01",
"text": "文字搜索",
"iconPath": "pictures/d07.png",
"selectedIconPath": "pictures/d06.png"
},
{
"pagePath": "pages/try-02/try-02",
"text": "图片搜索",
"iconPath": "pictures/t07.png",
"selectedIconPath": "pictures/t06.png"
},
{
"pagePath": "pages/try-03/try-03",
"text": "图片搜索",
"iconPath": "pictures/t07.png",
"selectedIconPath": "pictures/t06.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}