From b07be215f22df05aa8a708a2ea321e89a643826f Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 二月 2025 18:09:07 +0800
Subject: [PATCH] feat: mine
---
apps/cMiniApp/project.private.config.json | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/apps/cMiniApp/project.private.config.json b/apps/cMiniApp/project.private.config.json
index fcbf67b..3cfa160 100644
--- a/apps/cMiniApp/project.private.config.json
+++ b/apps/cMiniApp/project.private.config.json
@@ -3,9 +3,20 @@
"projectname": "cMiniApp",
"setting": {
"compileHotReLoad": true,
- "bigPackageSizeSupport": true,
- "skylineRenderEnable": false
+ "bigPackageSizeSupport": true
},
- "condition": {},
+ "condition": {
+ "miniprogram": {
+ "list": [
+ {
+ "name": "",
+ "pathName": "pages/mine/index",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
+ }
+ ]
+ }
+ },
"libVersion": "3.7.3"
}
\ No newline at end of file
--
Gitblit v1.9.1