From f9beb64dc395444b11082989322147ccbe633f7c Mon Sep 17 00:00:00 2001 From: pg78ac9nr <2401677463@qq.com> Date: Thu, 10 Oct 2024 12:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.0 project.config.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 1.0 project.config.json diff --git a/1.0 project.config.json b/1.0 project.config.json new file mode 100644 index 0000000..3212ea2 --- /dev/null +++ b/1.0 project.config.json @@ -0,0 +1,31 @@ +{ + "compileType": "miniprogram", + "libVersion": "trial", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "auto", + "tabSize": 2 + }, + "appid": "wxf8556316cd4d60b7", + "projectname": "rollcall", + "cloudfunctionTemplateRoot": "cloudfunctionsTemplate/", + "cloudfunctionRoot": "cloudfunctions/" +} \ No newline at end of file