-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
60 lines (60 loc) · 1.55 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
{
"pages": [
"pages/index/index",
"pages/index/article",
"pages/index/search",
"pages/index/searchResult",
"pages/words/words_index",
"pages/words/words_module/words_study",
"pages/words/words_module/words_finish",
"pages/index3/index3",
"pages/index4/index4",
"pages/index4/schedule",
"pages/index4/curve",
"pages/index4/favor",
"pages/index4/about",
"pages/logs/logs",
"pages/index4/follow",
"pages/index4/settings"
],
"tabBar": {
"custom": true,
"color": "#403124",
"selectedColor": "#403124",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "image/note_black.png",
"selectedIconPath": "image/note.png",
"text": "一句"
},
{
"pagePath": "pages/words/words_index",
"iconPath": "image/book_black.png",
"selectedIconPath": "image/book.png",
"text": "背词"
},
{
"pagePath": "pages/index3/index3",
"iconPath": "image/home_black.png",
"selectedIconPath": "image/home.png",
"text": "备用"
},
{
"pagePath": "pages/index4/index4",
"iconPath": "image/me_black.png",
"selectedIconPath": "image/me.png",
"text": "设置"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#D9C9BA",
"navigationBarTitleText": "知多少",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}