|
|
@@ -1,9 +1,5 @@
|
|
|
{
|
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
- "packOptions": {
|
|
|
- "ignore": [],
|
|
|
- "include": []
|
|
|
- },
|
|
|
"setting": {
|
|
|
"ignoreDevUnusedFiles": false,
|
|
|
"ignoreUploadUnusedFiles": true,
|
|
|
@@ -45,9 +41,6 @@
|
|
|
"useCompilerPlugins": false
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
- "libVersion": "2.25.3",
|
|
|
- "appid": "wx6fa2f78933195e72",
|
|
|
- "projectname": "%E6%99%BA%E8%83%BD%E5%AE%B6%E5%B1%85%E5%B0%8F%E7%A8%8B%E5%BA%8F",
|
|
|
"simulatorType": "wechat",
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
"editorSetting": {
|
|
|
@@ -65,5 +58,10 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "appid": "wx6fa2f78933195e72"
|
|
|
}
|