-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
35 lines (35 loc) · 1009 Bytes
/
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
{
"pages": [
"pages/loading/loading",
"pages/index/index",
"pages/detail/detail",
"pages/update/update",
"pages/template/template",
"pages/signup/signup",
"pages/note/note",
"pages/votedetail/votedetail",
"pages/vote/vote",
"pages/introduction/introduction",
"pages/publish/publish",
"pages/withdraw/withdraw",
"pages/redetail/redetail",
"pages/redhistory/redhistory",
"pages/redDescription/redDescription",
"pages/faq/faq",
"pages/keywords/keywords"
],
"window": {
"backgroundTextStyle": "light",
"backgroundColor": "#F7F7FA",
"navigationBarBackgroundColor": "#03a9f4",
"navigationBarTitleText": "群里有事",
"navigationBarTextStyle": "white"
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": true
}