From 45910a846ef7d6dee01fafca7577549ffdb9b7bb Mon Sep 17 00:00:00 2001 From: Weller <1812208341@qq.com> Date: Fri, 29 Mar 2024 17:36:25 +0800 Subject: [PATCH] mjcms --- project.config.json | 14 +++++++------- project.private.config.json | 13 +++---------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/project.config.json b/project.config.json index ce99e72..180322f 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,8 @@ { "description": "项目配置文件", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -41,13 +42,8 @@ }, "compileType": "miniprogram", "libVersion": "2.15.0", - "appid": "wxf77625888d34a50a", + "appid": "wxfd1b3beb4b51d84e", "projectname": "manicureLet", - "debugOptions": { - "hidedInDevtools": [] - }, - "scripts": {}, - "isGameTourist": false, "condition": { "search": { "list": [] @@ -67,5 +63,9 @@ "miniprogram": { "list": [] } + }, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 } } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index a5cd5ce..cb2e496 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,15 +1,6 @@ { "setting": {}, "condition": { - "plugin": { - "list": [] - }, - "game": { - "list": [] - }, - "gamePlugin": { - "list": [] - }, "miniprogram": { "list": [ { @@ -39,9 +30,11 @@ { "name": "商务合作", "pathName": "pages/pageBusiness/pageBusiness", + "query": "", "scene": null } ] } - } + }, + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html" } \ No newline at end of file