From dbccfc04eb5a927d690bb75277f614e63d4544c9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 21 Jan 2026 15:54:13 +0800
Subject: [PATCH] 适配64位
---
.hbuilderx/launch.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 0c2e437..5cf26b7 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -9,6 +9,9 @@
"app-plus" : {
"launchtype" : "local"
},
+ "h5" : {
+ "launchtype" : "local"
+ },
"type" : "uniCloud"
}
]
--
Gitblit v1.9.2