From a646d2bbadb10b60cddfb973b8d92572044b401e Mon Sep 17 00:00:00 2001 From: hflllll Date: Wed, 13 Aug 2025 16:42:26 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=AD=A3=E5=BC=8F=E7=89=88'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + unpackage/dist/dev/mp-weixin/project.config.json | 34 +++++++++++------------- 2 files changed, 16 insertions(+), 19 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..99057ba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +unpackage/ \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index d7ce431..c566058 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -1,7 +1,8 @@ { "description": "项目配置文件。", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -9,25 +10,20 @@ "postcss": false, "minified": false, "newFeature": true, - "bigPackageSizeSupport": true + "bigPackageSizeSupport": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } }, "compileType": "miniprogram", - "libVersion": "", + "libVersion": "3.9.0", "appid": "wxb6f11363a55f9535", "projectname": "木邻有你", - "condition": { - "search": { - "current": -1, - "list": [] - }, - "conversation": { - "current": -1, - "list": [] - }, - "game": { - "current": -1, - "list": [] - }, - "miniprogram": { - "current": -1, - \ No newline at end of file + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + } +} \ No newline at end of file