From c78c4875c86e6340d4e8845857da3dbd858ba272 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 7 Jan 2025 09:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .hbuilderx/launch.json | 9 +++++++++ manifest.json | 3 ++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .hbuilderx/launch.json diff --git a/.gitignore b/.gitignore index cfad2d1..f1315a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules/ /unpackage/ /unpackage/dist/ +/unpackage/dist/cache/ diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..1b8d0f6 --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "custom", + "type" : "uni-app:app-android" + } + ] +} diff --git a/manifest.json b/manifest.json index 6013768..175630e 100644 --- a/manifest.json +++ b/manifest.json @@ -54,7 +54,8 @@ "NSPhotoLibraryUsageDescription" : "获取您的相册读取权限,目的是为了在我的资料页面使用相册读取功能,修改上传头像", "NSCameraUsageDescription" : "获取您的摄像头权限,目的是为了在我的资料页面使用摄像头功能,修改上传头像" }, - "urltypes" : "com.hnsiyao.duanju" + "urltypes" : "com.hnsiyao.duanju", + "dSYMs" : false }, /* SDK配置 */ "sdkConfigs" : {