From 2ba00129b2b424494dc11666d063951d72bc31be Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 14 Jul 2023 22:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5.hubuilderx=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .hbuilderx/launch.json | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .hbuilderx/launch.json diff --git a/.gitignore b/.gitignore index fe45d0b..5ca0df3 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,4 @@ node_modules/ unpackage .idea/ -.hbuilderx \ No newline at end of file +.hbuilderx/ \ No newline at end of file diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index 07c1d5f..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ // 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": [{ - "default" : - { - "launchtype" : "local" - }, - "h5" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } - ] -}