From 6359acab42004bf4216c452106edc47d741aca27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Wed, 22 Mar 2023 15:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=20project.config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weixin-miniprogram/project.config.json | 11 ++++++++--- weixin-miniprogram/project.private.config.json | 3 +-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/weixin-miniprogram/project.config.json b/weixin-miniprogram/project.config.json index 868b32e..7152404 100644 --- a/weixin-miniprogram/project.config.json +++ b/weixin-miniprogram/project.config.json @@ -1,7 +1,12 @@ { "description": "项目配置文件", "packOptions": { - "ignore": [], + "ignore": [ + { + "value": ".eslintrc.js", + "type": "file" + } + ], "include": [] }, "setting": { @@ -41,9 +46,9 @@ "ignoreUploadUnusedFiles": false }, "compileType": "miniprogram", - "libVersion": "2.19.4", + "libVersion": "2.21.4", "appid": "wx332e2e578f09873a", - "projectname": "miniprogram-92", + "projectname": "社区疫情防控系统", "condition": {}, "editorSetting": { "tabIndent": "insertSpaces", diff --git a/weixin-miniprogram/project.private.config.json b/weixin-miniprogram/project.private.config.json index cacd370..3d19405 100644 --- a/weixin-miniprogram/project.private.config.json +++ b/weixin-miniprogram/project.private.config.json @@ -5,6 +5,5 @@ "compileHotReLoad": true, "urlCheck": false, "bigPackageSizeSupport": true - }, - "libVersion": "2.21.4" + } } \ No newline at end of file