From 6f21c5713706d5cb11ce1867d30f8949c4d7f185 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 21 Jan 2026 16:39:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=EF=BC=8C?= =?UTF-8?q?=E5=81=9C=E6=AD=A2=E8=BF=BD=E8=B8=AA=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .hbuilderx/launch.json diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index 7d71a76..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,34 +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" : [ - { - "app" : { - "launchtype" : "local" - }, - "app-plus" : { - "launchtype" : "remote" - }, - "default" : { - "launchtype" : "local" - }, - "h5" : { - "launchtype" : "local" - }, - "mp-weixin" : { - "launchtype" : "local" - }, - "provider" : "aliyun", - "type" : "uniCloud" - }, - { - "playground" : "custom", - "type" : "uni-app:app-ios" - }, - { - "playground" : "custom", - "type" : "uni-app:app-android" - } - ] -}