From 9a410368614a8f224fb1353aae0942728da7efe0 Mon Sep 17 00:00:00 2001 From: sundongyu <2811054731@qq.com> Date: Wed, 26 Jun 2024 18:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=206/26=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 +- pages/index/components/drivingLicence.vue | 279 +++++++++++----------- 2 files changed, 147 insertions(+), 140 deletions(-) diff --git a/manifest.json b/manifest.json index be19db8..ba79dd3 100644 --- a/manifest.json +++ b/manifest.json @@ -41,9 +41,13 @@ ] }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "dSYMs" : false + }, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs" : { + "ad" : {} + } } }, /* 快应用特有相关 */ diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index b388c35..f5ef557 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -1,6 +1,6 @@