-
Notifications
You must be signed in to change notification settings - Fork 64
/
project.config.json
115 lines (115 loc) · 2.87 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"miniprogramRoot": "taro/dist/",
"cloudfunctionRoot": "cloud/functions/",
"cloudfunctionTemplateRoot": "cloud/template/",
"projectname": "hi-face",
"description": "Hi头像,让头像有趣一点",
"appid": "wxd5e8989ce23206af",
"qqappid": "1110180763",
"setting": {
"urlCheck": false,
"es6": false,
"enhance": false,
"postcss": false,
"preloadBackgroundData": false,
"minified": false,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": true,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"scripts": {
"beforeCompile": "",
"beforePreview": "",
"beforeUpload": ""
},
"libVersion": "2.12.2",
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": 0,
"name": "avatar-poster-dev",
"pathName": "pages/avatar-poster/avatar-poster",
"query": "uuid=3b2fa74b-5c5f-4490-95e3-35714d36b2e5&__key_=16002627735151",
"scene": null
},
{
"id": 1,
"name": "avatar-poster-prod",
"pathName": "pages/avatar-poster/avatar-poster",
"query": "uuid=76bb601b-2324-418a-9286-d7dcf1d5fdf9&__key_=15991396054112",
"scene": null
},
{
"id": 2,
"name": "pages/self/self-我的",
"pathName": "pages/self/self",
"query": "",
"scene": null
},
{
"id": 3,
"name": "theme-list-主题列表",
"pathName": "pages/theme-list/theme-list",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/about/about",
"pathName": "pages/about/about",
"query": "",
"scene": null
},
{
"id": -1,
"name": "avatar-poster-dev-儿童节",
"pathName": "pages/avatar-poster/avatar-poster",
"query": "uuid=7aa36d6e-15c6-4278-874c-36c588283683&__key_=16002639504561",
"scene": null
}
]
}
}
}