-
Notifications
You must be signed in to change notification settings - Fork 4
/
project.config.json
105 lines (105 loc) · 2.27 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
{
"description": "项目配置文件 https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"miniprogramRoot": "src/",
"compileType": "miniprogram",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": false,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": false,
"uploadWithSourceMap": true,
"compileHotReLoad": true,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": true,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true
},
"condition": {
"miniprogram": {
"list": [
{
"name": "电费新版",
"pathName": "sub-electricity/index/index",
"query": "tab=1"
},
{
"name": "电费分享",
"pathName": "sub-electricity/share/share",
"query": "consumption=12.34&percent=56.78",
"partialCompile": {
"enabled": true
}
},
{
"name": "课程表",
"pathName": "sub-timetable/pages/index/index",
"partialCompile": {
"enabled": true
}
},
{
"name": "课程表导出",
"pathName": "sub-timetable/pages/export/export",
"partialCompile": {
"enabled": true
}
},
{
"name": "常用电话",
"pathName": "sub-phonebook/phonebook",
"partialCompile": {
"enabled": true
}
},
{
"name": "空教室",
"pathName": "sub-classroom/classroom",
"partialCompile": {
"enabled": true
}
}
]
}
},
"editorSetting": {
"tabIndent": "tab",
"tabSize": 2
},
"libVersion": "2.22.1",
"srcMiniprogramRoot": "src/",
"packOptions": {
"ignore": [
{
"value": "/src/assets/dafault-avatar.txt",
"type": "file"
}
],
"include": []
},
"appid": "wxfbc5fc9c0a0be9f9",
"projectname": "kite-microapp"
}