From 2121ca726dd179baa00ef1e354255d298d4b743c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 30 四月 2026 15:06:31 +0800
Subject: [PATCH] 小程序 | app

---
 app/.hbuilderx/launch.json |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/app/.hbuilderx/launch.json b/app/.hbuilderx/launch.json
index 07b129c..0fe95d7 100644
--- a/app/.hbuilderx/launch.json
+++ b/app/.hbuilderx/launch.json
@@ -2,9 +2,16 @@
     "version" : "1.0",
     "configurations" : [
         {
-            "customPlaygroundType" : "device",
-            "playground" : "standard",
+            "customPlaygroundType" : "local",
+            "localRepoPath" : "D:/璞嗙背/gtzxinglijicun/app",
+            "packageName" : "com.doumee.app",
+            "playground" : "custom",
             "type" : "uni-app:app-android"
+        },
+        {
+            "customPlaygroundType" : "device",
+            "playground" : "custom",
+            "type" : "uni-app:app-ios"
         }
     ]
 }

--
Gitblit v1.9.3