forked from TCloudBase/WXAPP-WEB-ShowMess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.config.json
42 lines (42 loc) · 978 Bytes
/
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
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"enhance": true,
"bundle": false,
"useApiHook": true,
"scopeDataCheck": false,
"useMultiFrameRuntime": true
},
"appid": "",
"projectname": "%E5%9C%A8%E7%BA%BF%E5%BC%B9%E5%B9%95",
"libVersion": "2.8.1",
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide"
}
]
}
}
}