-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
66 lines (65 loc) · 1.61 KB
/
app.json
File metadata and controls
66 lines (65 loc) · 1.61 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
58
59
60
61
62
63
64
65
66
{
"pages": [
"pages/welcome/index",
"pages/home/index",
"pages/test/index",
"pages/barrier/index",
"pages/my/index",
"pages/movie/index",
"pages/letter/index",
"pages/rescue/index",
"pages/kit/index",
"pages/index/index",
"pages/reading/index",
"pages/letter/view-letter/index",
"pages/play-the-video/index",
"pages/letter-list/index",
"pages/catalogue/index",
"pages/feedback/index",
"pages/write-name/index",
"pages/wall/index"
],
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/home/index",
"text": "新生",
"iconPath": "/img/icon/1.png",
"selectedIconPath": "/img/icon/1.png"
},
{
"pagePath": "pages/barrier/index",
"text": "结界",
"iconPath": "/img/icon/2.png",
"selectedIconPath": "/img/icon/2.png"
},
{
"pagePath": "pages/letter/index",
"text": "信签",
"iconPath": "/img/icon/3.png",
"selectedIconPath": "/img/icon/3.png"
},
{
"pagePath": "pages/movie/index",
"text": "星火",
"iconPath": "/img/icon/4.png",
"selectedIconPath": "/img/icon/4.png"
},
{
"pagePath": "pages/my/index",
"text": "自我",
"iconPath": "/img/icon/5.png",
"selectedIconPath": "/img/icon/5.png"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}