-
Notifications
You must be signed in to change notification settings - Fork 6
/
app.json
63 lines (63 loc) · 1.98 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
58
59
60
61
62
63
{
"pages": [
"pages/others-page/LoginPages/LoginPages",
"pages/index/index",
"pages/my/my",
"pages/discover/discover",
"pages/app/app",
"pages/webview/webview",
"pages/others-page/GradePages/GradePages",
"pages/others-page/ExamplacePages/ExamplacePages",
"pages/others-page/AboutPages/AboutPages/AboutPages",
"pages/others-page/ArticlePages/ArticlePages",
"pages/others-page/TweetsPages/TweetsPages",
"pages/others-page/ModalPages/ModalPages",
"pages/others-page/AboutPages/TimelinePages/TimelinePages",
"pages/others-page/AboutPages/AgreementPages/AgreementPages",
"pages/others-page/AboutPages/HelpPages/HelpPages",
"pages/others-page/AboutPages/NoAccountPages/NoAccountPages",
"pages/others-page/AboutPages/NoPasswordPages/NoPasswordPages",
"pages/others-page/AboutPages/SettingPages/SettingPages"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fcfcfc",
"navigationBarTitleText": "\u200E",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#3f51b5",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"color": "#444444",
"list": [
{
"selectedIconPath": "images/首页_act.png",
"iconPath": "images/首页.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "images/轻应用_act.png",
"iconPath": "images/轻应用.png",
"pagePath": "pages/app/app",
"text": "轻应用"
},
{
"selectedIconPath": "images/指南针_act.png",
"iconPath": "images/指南针.png",
"pagePath": "pages/discover/discover",
"text": "发现"
},
{
"selectedIconPath": "images/我的_act.png",
"iconPath": "images/我的.png",
"pagePath": "pages/my/my",
"text": "我的"
}
],
"position": "bottom"
},
"sitemapLocation": "sitemap.json"
}