From 78445345654fa79c1ddb57b854f7cd41ee89b5d9 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 二月 2025 14:28:14 +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