-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 744 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (31 loc) · 744 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
{
"pages":[
"pages/main/main",
"pages/index/index",
"pages/logs/logs",
"pages/date/date",
"pages/storyBoard/storyBoard",
"pages/storyBoardInfo/storyBoardInfo",
"pages/projectInfo/projectInfo",
"pages/code/code",
"pages/schedule/schedule",
"pages/videoList/videoList",
"pages/fen/fen",
"pages/quotation/quotation",
"pages/verVideo/verVideo",
"pages/openid/openid",
"pages/webView/webView"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "拍片助手",
"navigationBarTextStyle":"#fff"
},
"plugins": {
"calendar": {
"version": "1.1.3",
"provider": "wx92c68dae5a8bb046"
}
}
}