-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathproject.config.json
86 lines (86 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": false,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloud-functions/",
"compileType": "miniprogram",
"libVersion": "2.8.3",
"appid": "wx20edd5723fb67799",
"projectname": "EntryOutdoor",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "活动报名",
"pathName": "pages/EntryOutdoor/EntryOutdoor",
"query": "outdoorid=XFZOo97E7L4wxQiR",
"scene": null
},
{
"id": -1,
"name": "活动报名",
"pathName": "pages/MyInfo/MyInfo",
"query": "",
"scene": 1044,
"shareInfo": {
"groupName": "测试模拟群0",
"shareName": "ztYBwnrJW0azJolQzVU_Bs11GooxOBu6V6gzfphKe30@cr4dev",
"shareKey": "4lIL-Is3Iky_4WNjgwBwBblK2EPCsPxhQ8fxqUq7ij-BlyNwO111tWU9kB0tuKW11idS6mr4VuoVBrZ0oz1euA~~"
}
}
]
}
}
}