-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
57 lines (56 loc) · 1.33 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
{
"pages":[
"pages/doomfist/doomfist",
"pages/oldman/oldman",
"pages/yinyan/yinyan",
"pages/canvas/canvas",
"pages/logs/logs",
"pages/publish/publish",
"pages/details/details"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "受苦模拟器",
"navigationBarTextStyle":"black",
"enablePullDownRefresh":true
},
"tabBar": {
"list": [
{
"pagePath": "pages/canvas/canvas",
"text": "Canvas",
"iconPath": "icon/_p1.png",
"selectedIconPath": "icon/+p1.png"
},
{
"pagePath": "pages/yinyan/yinyan",
"text": "阴阳人",
"iconPath": "icon/_p2.png",
"selectedIconPath": "icon/+p2.png"
},
{
"pagePath": "pages/publish/publish",
"text": "发布",
"iconPath": "icon/_p1.png",
"selectedIconPath": "icon/+p1.png"
},
{
"pagePath": "pages/oldman/oldman",
"text": "地铁老人",
"iconPath": "icon/_p3.png",
"selectedIconPath": "icon/+p3.png"
},
{
"pagePath": "pages/doomfist/doomfist",
"text": "末日铁拳",
"iconPath": "icon/_p4.png",
"selectedIconPath": "icon/+p4.png"
}
],
"color": "#0094ff",
"selectedColor": "#ff0000"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}