From def8d446c9b2f0bf808049ad8d6b5ffe2237d283 Mon Sep 17 00:00:00 2001 From: p4zpxcm3w <1103348484@qq.com> Date: Thu, 30 May 2024 21:01:26 +0800 Subject: [PATCH] ADD file via upload --- project.config.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 project.config.json diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..ca229f0 --- /dev/null +++ b/project.config.json @@ -0,0 +1,28 @@ +{ + "appid": "wxc0bfbbdfca1a53c3", + "compileType": "miniprogram", + "libVersion": "3.4.3", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 4 + } +} \ No newline at end of file