From fe10cf437b17a2ea0ef63373cae2e5790ebc3930 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期四, 31 七月 2025 18:22:52 +0800 Subject: [PATCH] action 处理 --- .hbuilderx/launch.json | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 9b0d791..e804133 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -10,11 +10,18 @@ "default" : { "launchtype" : "local" }, + "h5" : { + "launchtype" : "local" + }, "type" : "uniCloud" }, { "playground" : "standard", "type" : "uni-app:app-android" + }, + { + "playground" : "standard", + "type" : "uni-app:app-ios" } ] } -- Gitblit v1.9.1