-
Notifications
You must be signed in to change notification settings - Fork 8
/
app.json
36 lines (36 loc) · 1.05 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
{
"pages": [
"pages/index/index",
"pages/type/type",
"pages/timu/timu",
"pages/webview/webview",
"pages/opinion/opinion",
"pages/export-fail/export-fail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#389aff",
"navigationBarTitleText": "爱刷题",
"navigationBarTextStyle": "white"
},
"tabBar": {
"ext-class": "tabbar",
"selectedColor": "#389AFF",
"list": [
{
"pagePath": "pages/index/index",
"text": "我的题库",
"iconPath": "/assets/tabbar/timu_0.png",
"selectedIconPath": "/assets/tabbar/timu_1.png"
},
{
"pagePath": "pages/opinion/opinion",
"text": "意见反馈",
"iconPath": "/assets/tabbar/msg_0.png",
"selectedIconPath": "/assets/tabbar/msg_1.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}