-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.json
More file actions
57 lines (57 loc) · 1.49 KB
/
app.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/help/help",
"pages/demo/demo",
"pages/logistics/logistics",
"pages/about/about",
"pages/constellation/constellation",
"pages/constellation/todayluck",
"pages/joke/joke",
"pages/robot/robot",
"pages/history/history",
"pages/almanac/almanac",
"pages/almanac/fortune",
"pages/2048/2048",
"pages/settings/settings",
"pages/wallpaper/wallpaper",
"pages/emoticons/emoticons",
"pages/translate/translate",
"pages/calculator/calculator",
"pages/calculator/callogs",
"pages/airquality/airquality"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFA54F",
"navigationBarTitleText": "猫咪工具箱",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "black",
"backgroundColor": "#EAEAEA",
"list": [
{
"selectedIconPath": "img/icon/index_fill.png",
"iconPath": "img/icon/index.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "img/icon/help_fill.png",
"iconPath": "img/icon/help.png",
"pagePath": "pages/2048/2048",
"text": "放松"
},
{
"selectedIconPath": "img/icon/setting_fill.png",
"iconPath": "img/icon/setting.png",
"pagePath": "pages/settings/settings",
"text": "设置"
}
]
}
}