This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.config.json
140 lines (140 loc) · 2.47 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"description": "项目配置文件",
"packOptions": {
"ignore": [
{
"type": "file",
"value": "jsdoc.js"
},
{
"type": "suffix",
"value": "md"
},
{
"type": "suffix",
"value": "bak"
}
]
},
"miniprogramRoot": "app/",
"compileType": "miniprogram",
"libVersion": "2.10.4",
"appid": "wx33acb831ee1831a5",
"qqLibVersion": "1.10.1",
"qqappid": "1109559721",
"projectname": "inNENU",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": true,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"bundle": true,
"remoteDebugLogEnable": false
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"scripts": {
"beforeCompile": "",
"beforePreview": "",
"beforeUpload": ""
},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "师大师大",
"pathName": "function/player",
"query": "index=5",
"scene": null
},
{
"id": 2,
"name": "计算器分享",
"pathName": "function/PEcal",
"query": "",
"scene": null
},
{
"id": 3,
"name": "分享",
"pathName": "module/sharePage",
"query": "aim=check0",
"scene": null
},
{
"id": 4,
"name": "客服",
"pathName": "module/function",
"query": "action=contact",
"scene": null
},
{
"id": -1,
"name": "二维码分享",
"pathName": "module/sharePage",
"query": "scene=check0",
"scene": null
},
{
"id": 6,
"name": "体测计算器",
"pathName": "function/PEcal",
"query": "",
"scene": null
},
{
"id": -1,
"name": "初始化小程序",
"pathName": "module/function",
"query": "action=reset",
"scene": null
},
{
"id": -1,
"name": "校历",
"pathName": "function/calendar",
"query": "",
"scene": null
}
]
}
}
}