From 2c9bb67767c6b147809ead28660485b21f38693a Mon Sep 17 00:00:00 2001 From: yuyun210393 Date: Mon, 6 Jun 2022 15:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=88=E4=BD=99=E8=8A=B8=EF=BC=89#20220606?= =?UTF-8?q?=20#dev=20#=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=A1=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 18 ++--- project.private.config.json | 137 +++++++++++++++++------------------- 2 files changed, 76 insertions(+), 79 deletions(-) diff --git a/project.config.json b/project.config.json index c401273..19de71b 100755 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,8 @@ { - "description": "项目配置文件", + "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -39,16 +40,13 @@ "disableUseStrict": false, "showES6CompileOption": false, "useCompilerPlugins": false, - "minifyWXML": true + "minifyWXML": true, + "useStaticServer": true }, "compileType": "miniprogram", "libVersion": "2.17.0", - "appid": "touristappid", + "appid": "wx1626f2529fd74ad3", "projectname": "ibaleine-weapp", - "debugOptions": { - "hidedInDevtools": [] - }, - "isGameTourist": false, "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": { @@ -79,5 +77,9 @@ } ] } + }, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 } } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 7b411fd..cc405e0 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,78 +1,73 @@ { - "setting": {}, - "condition": { - "plugin": { - "list": [] + "setting": { + "compileHotReLoad": true + }, + "condition": { + "miniprogram": { + "list": [ + { + "name": "pages/discover/index", + "pathName": "pages/discover/index", + "query": "", + "scene": null }, - "game": { - "list": [] + { + "name": "pages/classify/index", + "pathName": "pages/classify/index", + "query": "", + "scene": null }, - "gamePlugin": { - "list": [] + { + "name": "pagesGoods/detail/index", + "pathName": "pagesGoods/detail/index", + "query": "", + "scene": null }, - "miniprogram": { - "list": [ - { - "name": "pages/discover/index", - "pathName": "pages/discover/index", - "query": "", - "scene": null - }, - { - "name": "pages/classify/index", - "pathName": "pages/classify/index", - "query": "", - "scene": null - }, - { - "name": "pagesGoods/detail/index", - "pathName": "pagesGoods/detail/index", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pages/mine/index", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pagesMine/address/list/index", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pagesMine/address/add-edit/index", - "query": "type=c", - "scene": null - }, - { - "name": "", - "pathName": "pages/shopping-cart/index", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pagesOrder/confirm/index", - "query": "", - "scene": null - }, - { - "name": "pagesOrder/discount-coupon/index", - "pathName": "pagesOrder/discount-coupon/index", - "query": "", - "scene": null - }, - { - "name": "pagesOrder/discount-coupon/index", - "pathName": "pagesOrder/discount-coupon/index", - "query": "", - "scene": null - } - ] + { + "name": "", + "pathName": "pages/mine/index", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "pagesMine/address/list/index", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "pagesMine/address/add-edit/index", + "query": "type=c", + "scene": null + }, + { + "name": "", + "pathName": "pages/shopping-cart/index", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "pagesOrder/confirm/index", + "query": "", + "scene": null + }, + { + "name": "pagesOrder/discount-coupon/index", + "pathName": "pagesOrder/discount-coupon/index", + "query": "", + "scene": null + }, + { + "name": "pagesOrder/discount-coupon/index", + "pathName": "pagesOrder/discount-coupon/index", + "query": "", + "scene": null } + ] } + }, + "projectname": "DreamCake", + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html" } \ No newline at end of file -- Gitee