From 2af4e6c4896ab4aee6bb039b70422c0b0f1d2175 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 22 Jun 2022 10:09:23 +0800 Subject: [PATCH] 1 --- .../LearunApp-2.2.0/.hbuilderx/launch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json new file mode 100644 index 000000000..c9abd4b1d --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json @@ -0,0 +1,11 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "type": "uniCloud", + "default": { + "launchtype": "local" + } + } + ] +}