-
-
Notifications
You must be signed in to change notification settings - Fork 297
Expand file tree
/
Copy pathproject.config.json
More file actions
46 lines (46 loc) · 774 Bytes
/
Copy pathproject.config.json
File metadata and controls
46 lines (46 loc) · 774 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"miniprogramRoot": "dist/",
"projectname": "Gitter",
"description": "Gitter",
"appid": "wx2252b6835e7eb568",
"cloudfunctionRoot": "cloud/functions/",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false,
"newFeature": true,
"autoAudits": false
},
"compileType": "miniprogram",
"libVersion": "2.7.3",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"id": -1,
"name": "模拟更新",
"pathName": "pages/index/index"
}
]
}
}
}