-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.config.json
55 lines (55 loc) · 1.19 KB
/
project.config.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
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"appid": "wxc4ae9b2179f528f3",
"projectname": "IntelligentView",
"libVersion": "2.3.2",
"compileType": "miniprogram",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 2,
"list": [
{
"id": 1,
"name": "content",
"pathName": "pages/content/content",
"query": ""
},
{
"id": -1,
"name": "edit",
"pathName": "pages/editVideo/editVideo",
"query": ""
},
{
"id": 2,
"name": "video",
"pathName": "pages/video/video",
"query": "fileID=cloud://test-d518bb.7465-test-d518bb/wxc4ae9b2179f528f3.o6zAJszK_BcPWK6-rs_GTetUDUOw.DNZBCG7DTfZGc848bdb654e522380a1d53e990d7688f.mp4&thumb=cloud://test-d518bb.7465-test-d518bb/wxc4ae9b2179f528f3.o6zAJszK_BcPWK6-rs_GTetUDUOw.b0NOsK14sufmf270e353bb1ace206a3916d536b9155c.jpg&desc=我想和你结婚&author=wch"
}
]
}
}
}