-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 837 Bytes
/
Copy pathapp.json
File metadata and controls
37 lines (37 loc) · 837 Bytes
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
{
"pages": [
"pages/guide/guide",
"pages/practice/practice",
"pages/about/about",
"pages/about/otherpages/app",
"pages/about/otherpages/author",
"pages/about/otherpages/version"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "超级演讲家",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000",
"selectedColor": "#2196f3",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/guide/guide",
"text": "指导"
},
{
"pagePath": "pages/practice/practice",
"text": "践行"
},
{
"pagePath": "pages/about/about",
"text": "关于"
}
]
},
"sitemapLocation": "sitemap.json"
}