From f11670c36ece6beff61013ec98ff798a3fe0d6ba Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 21 Jan 2026 13:07:31 +0800
Subject: [PATCH] 更新

---
 .hbuilderx/launch.json |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index a2cdf7b..5cf26b7 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -6,15 +6,13 @@
             "type" : "uni-app:app-android"
         },
         {
-        	"app-plus" : 
-        	{
-        		"launchtype" : "local"
-        	},
-        	"h5" : 
-        	{
-        		"launchtype" : "local"
-        	},
-        	"type" : "uniCloud"
+            "app-plus" : {
+                "launchtype" : "local"
+            },
+            "h5" : {
+                "launchtype" : "local"
+            },
+            "type" : "uniCloud"
         }
     ]
 }

--
Gitblit v1.9.2