From 18b663f6a1112e6c43fa988a91d5da51bbc1d71c Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Wed, 26 Mar 2025 14:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E6=AD=A2=E8=B7=9F=E8=B8=AA=20.hbuilde?= =?UTF-8?q?rx/launch.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .hbuilderx/launch.json diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index 8911e10..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version" : "1.0", - "configurations" : [ - { - "default" : { - "launchtype" : "local" - }, - "h5" : { - "launchtype" : "local" - }, - "provider" : "aliyun", - "type" : "uniCloud" - } - ] -}