From b61e0dd54ca5adf96bea4fd1f92d498fe5245ff4 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 14 二月 2025 09:13:27 +0800 Subject: [PATCH] feat: mine --- apps/bMiniApp/project.private.config.json | 49 +++++++++++++++++++++++++++++++++++-------------- 1 files changed, 35 insertions(+), 14 deletions(-) diff --git a/apps/bMiniApp/project.private.config.json b/apps/bMiniApp/project.private.config.json index 744ebb3..390553f 100644 --- a/apps/bMiniApp/project.private.config.json +++ b/apps/bMiniApp/project.private.config.json @@ -1,15 +1,36 @@ { - "description": "椤圭洰绉佹湁閰嶇疆鏂囦欢銆傛鏂囦欢涓殑鍐呭灏嗚鐩� project.config.json 涓殑鐩稿悓瀛楁銆傞」鐩殑鏀瑰姩浼樺厛鍚屾鍒版鏂囦欢涓�傝瑙佹枃妗o細https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "bMiniApp", - "setting": { - "compileHotReLoad": true, - "bigPackageSizeSupport": true, - "skylineRenderEnable": false - }, - "condition": { - "miniprogram": { - "list": [] - } - }, - "libVersion": "3.7.3" -} + "description": "椤圭洰绉佹湁閰嶇疆鏂囦欢銆傛鏂囦欢涓殑鍐呭灏嗚鐩� project.config.json 涓殑鐩稿悓瀛楁銆傞」鐩殑鏀瑰姩浼樺厛鍚屾鍒版鏂囦欢涓�傝瑙佹枃妗o細https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "bMiniApp", + "setting": { + "compileHotReLoad": true, + "bigPackageSizeSupport": true + }, + "condition": { + "miniprogram": { + "list": [ + { + "name": "鎴戠殑鏀惰棌", + "pathName": "subpackages/mine/mineFavorites/mineFavorites", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "宸ヤ綔鍙�", + "pathName": "pages/workbenches/workbenches", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "鍙戝竷鎷涜仒", + "pathName": "subpackages/task/publishTask/publishTask", + "query": "", + "launchMode": "default", + "scene": null + } + ] + } + }, + "libVersion": "3.7.3" +} \ No newline at end of file -- Gitblit v1.9.1