-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
50 lines (50 loc) · 1.21 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
{
"pages":[
"pages/cards/image",
"pages/cards/addcard",
"pages/cards/receivecard",
"pages/cards/sendcard",
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "小工具",
"navigationBarTextStyle":"black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "resources/sys/log.png",
"selectedIconPath":"resources/sys/home.png",
"text": "首页"
},
{
"pagePath": "pages/party/index",
"iconPath": "resources/sys/log.png",
"selectedIconPath": "resources/sys/home.png",
"text": "聚会"
},
{
"pagePath": "pages/cards/image",
"iconPath": "resources/sys/log.png",
"selectedIconPath": "resources/sys/home.png",
"text": "贺卡"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "resources/sys/log.png",
"selectedIconPath": "resources/sys/home.png",
"text": "日志"
}
],
"position":"bottom"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}