From 70eeb7e21d9a8d33ab11c1f83ed0e23aa62355b4 Mon Sep 17 00:00:00 2001 From: p34h2feab <2067143228@qq.com> Date: Sun, 13 Oct 2024 00:09:48 +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..5e55074 --- /dev/null +++ b/project.config.json @@ -0,0 +1,28 @@ +{ + "appid": "wxad72a88da6515a71", + "compileType": "miniprogram", + "libVersion": "3.6.0", + "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": 2 + } +} \ No newline at end of file