-
Notifications
You must be signed in to change notification settings - Fork 36
/
app.json
117 lines (117 loc) · 3.17 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"pages": [
"pages/index/index",
"pages/addtopic/addtopic",
"pages/bbs/bbs",
"pages/mine/mine",
"pages/diarylist/diarylist",
"pages/detail/detail",
"pages/chooseBgm/chooseBgm",
"pages/videoInfo/videoInfo",
"pages/videoList/videoList",
"pages/todo/todo"
],
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于小程序打卡功能"
}
},
"window": {
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#faad14",
"navigationBarTitleText": " 珠三角设代",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"navigationStyle": "default"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#000000",
"selectedColor": "#faad14",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/home-aaaaaa.png",
"selectedIconPath": "images/home-faad14.png",
"text": "首页"
},
{
"pagePath": "pages/diarylist/diarylist",
"text": "日志",
"iconPath": "images/today-aaaaaa.png",
"selectedIconPath": "images/today-faad14.png"
},
{
"pagePath": "pages/bbs/bbs",
"text": "公告",
"iconPath": "images/volume-high-aaaaaa.png",
"selectedIconPath": "images/volume-high-faad14.png"
},
{
"pagePath": "pages/addtopic/addtopic",
"iconPath": "images/edit-aaaaaa.png",
"selectedIconPath": "images/edit-faad14.png",
"text": "发布"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/person-outline-aaaaaa.png",
"selectedIconPath": "images/person-faad14.png"
}
]
},
"subPackages": [{
"root": "packageA",
"pages": [
"pages/pdfview/pdfview",
"pages/editortopic/editortopic",
"pages/new/new",
"pages/search/search",
"pages/diary/diary",
"pages/diarydetail/diarydetail",
"pages/diaryeditor/diaryeditor",
"pages/searchdraw/searchdraw",
"pages/calendar/calendar",
"pages/logs/logs",
"pages/financelist/financelist",
"pages/addfinance/addfinance",
"pages/financedetail/financedetail",
"pages/financeeditor/financeeditor"
]
},
{
"root": "packageB",
"pages": [
"pages/login/login",
"pages/register/register",
"pages/updatepass/updatepass",
"pages/myopus/myopus",
"pages/about/about",
"pages/pay/pay",
"pages/mymoney/mymoney",
"pages/mypay/mypay",
"pages/myappreciation/myappreciation",
"pages/mycollect/mycollect",
"pages/adduser/adduser",
"pages/myproject/myproject",
"pages/mybrand/mybrand"
]
},
{
"root": "packageC",
"pages": [
"pages/videoplay/videoplay",
"pages/business/business",
"pages/businesseditor/businesseditor",
"pages/busycheckin/busycheckin",
"pages/calendar/calendar"
]
}
],
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"sitemapLocation": "sitemap.json"
}