This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
53 lines (53 loc) · 1.42 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
{
"debug": false,
"pages": [
"pages/index/index",
"pages/idel-index/idel-index",
"pages/idel-detail/idel-detail",
"pages/idel-create/idel-create",
"pages/idel-comment/idel-comment",
"pages/idel-my/idel-my",
"pages/auth/auth",
"pages/iclass/iclass",
"pages/courseware/courseware",
"pages/my/my",
"pages/webview/webview",
"pages/aboutus/aboutus",
"pages/homework/homework",
"pages/school-life-2020/school-life-2020",
"pages/school-life-2020-web/school-life-2020-web"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FAFAFA",
"navigationBarTitleText": "我的北方",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#000000",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "img/tabbar/index_active.png",
"iconPath": "img/tabbar/index.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "img/tabbar/iclass_active.png",
"iconPath": "img/tabbar/iclass.png",
"pagePath": "pages/iclass/iclass",
"text": "多模式"
},
{
"selectedIconPath": "img/tabbar/my_active.png",
"iconPath": "img/tabbar/my.png",
"pagePath": "pages/my/my",
"text": "我的"
}
]
},
"resizable": true,
"sitemapLocation": "sitemap.json"
}