From 1219b2f265f1e9bd1f5a8e112877861fb38f0de3 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 10 Mar 2026 17:38:35 +0800 Subject: [PATCH] 1 --- .hbuilderx/launch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .hbuilderx/launch.json diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..8ae452a --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "standard", + "type" : "uni-app:app-android" + } + ] +}