forked from flymysql/WeChat-applets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
62 lines (57 loc) · 1.44 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"pages":[
"pages/study/study",
"pages/job/job",
"pages/all_detail/all_detail",
"pages/search/search",
"pages/detail-word/detail-word",
"pages/me/me",
"pages/choice/choice",
"pages/test/test",
"pages/collect_card/collect_card",
"pages/audio_test/audio_test",
"pages/about/about",
"pages/my_word/my_word",
"pages/suggestion/suggestion"
],
"window":{
"backgroundTextStyle":"light",
"backgroundColor": "#fff",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "小鸡单词",
"navigationBarTextStyle":"black"
}
,
"tabBar": {
"color": "#000",
"selectedColor": "#000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/study/study",
"text": "Learning",
"iconPath": "images/home2.png",
"selectedIconPath": "images/home2.png"
},
{
"pagePath": "pages/job/job",
"text": "Choice",
"iconPath": "images/choice.png",
"selectedIconPath": "images/choice.png"
},
{
"pagePath": "pages/all_detail/all_detail",
"text": "Statistic",
"iconPath": "images/statistic.png",
"selectedIconPath": "images/statistic.png"
},
{
"pagePath": "pages/me/me",
"text": "Mine",
"iconPath": "images/我的.png",
"selectedIconPath": "images/我的.png"
}
]
}
}