-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathapp.json
executable file
·45 lines (45 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
{
"pages": [
"pages/index/index",
"pages/word/word",
"pages/appreciation/appreciation",
"pages/logs/logs",
"pages/heroDetail/heroDetail",
"pages/wordDetail/wordDetail",
"pages/wordItem/wordItem",
"pages/music/music",
"pages/skin/skin",
"pages/voice/voice"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1d3549",
"navigationBarTitleText": "王者荣耀故事站",
"navigationBarTextStyle": "#fff"
},
"tabBar": {
"color": "#00baff",
"selectedColor": "#fff",
"borderStyle": "black",
"backgroundColor": "#1d3549",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "image/story-active.png",
"selectedIconPath": "image/story.png",
"text": "故事"
},
{
"pagePath": "pages/word/word",
"iconPath": "image/word-active.png",
"selectedIconPath": "image/word.png",
"text": "世界"
},
{
"pagePath": "pages/appreciation/appreciation",
"iconPath": "image/apprecation-active.png",
"selectedIconPath": "image/apprecation.png",
"text": "鉴赏"
}
]
}
}