app.json
940 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
38
39
40
41
{
"pages": [
"components/index",
"pages/API/index",
"components/view/index"
],
"subPackages": [],
"window": {
"titleNView": false,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "演示",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "components/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "组件a"
},
{
"pagePath": "pages/API/index",
"iconPath": "static/logo.png",
"selectedIconPath": "static/logo.png",
"text": "接口"
}
]
},
"splashscreen": {
"alwaysShowBeforeRender": true,
"autoclose": false
},
"appname": "app"
}