-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
78 lines (78 loc) · 2.07 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/comment/comment",
"pages/select/select",
"pages/win/win",
"pages/my/my",
"pages/history/history",
"pages/userinfo/userinfo",
"pages/contact/contact",
"pages/practice/practice",
"pages/S1-story1/S1-story1",
"pages/S1-1/S1-1",
"pages/S1-2/S1-2",
"pages/S1-story2/S1-story2",
"pages/A-story1/A-story1",
"pages/A1-teach-question/A1-teach-question",
"pages/A1-question/A1-question",
"pages/A1-answer/A1-answer",
"pages/A2-test/A2-test",
"pages/A2-teach/A2-teach",
"pages/A-story2/A-story2",
"pages/P1-story/P1-story",
"pages/P1-logs/P1-logs",
"pages/P1-practice/P1-practice",
"pages/P1/P1",
"pages/p2-story/p2-story",
"pages/p2-game/p2-game",
"pages/S3-story/S3-story",
"pages/S3-gif/S3-gif",
"pages/S3-game/S3-game",
"pages/S2-story1/S2-story1",
"pages/S2-1/S2-1",
"pages/S2-story2/S2-story2",
"pages/S2-2/S2-2",
"pages/A1-teach-answer/A1-teach-answer"
],
"requiredBackgroundModes": [
"audio",
"location"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "挑战大魔王",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#aaa",
"selectedColor": "#0337ff",
"backgroundColor": "#ffffff",
"position": "bottom",
"borderStyle": "white",
"list": [
{
"text": "游戏",
"pagePath": "pages/index/index",
"iconPath": "images_y/tabBar/game.png",
"selectedIconPath": "images_y/tabBar/game_focus.png"
},
{
"text": "训练",
"pagePath": "pages/practice/practice",
"iconPath": "images_y/tabBar/practice.png",
"selectedIconPath": "images_y/tabBar/practice_focus.png"
},
{
"text": "我的",
"pagePath": "pages/my/my",
"iconPath": "images_y/tabBar/my.png",
"selectedIconPath": "images_y/tabBar/my_focus.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}