From f8cf409141106ac56d68df61abc35a25d9dcbb55 Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Wed, 1 Apr 2026 13:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=9F=BA=E5=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 9ffae2c..81b430e 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,6 +4,10 @@ { "playground" : "custom", "type" : "uni-app:app-ios" + }, + { + "playground" : "custom", + "type" : "uni-app:app-android" } ] }