From 52f7ad40c8cb10f3fbea6aadf6d7c284e52d69f4 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Mon, 13 Nov 2023 13:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E7=BB=9F=E8=AE=A1=EF=BC=8Cio?= =?UTF-8?q?s=E5=BC=80=E5=90=AFapp=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 62 +++++++++++++++++++++++++++++++++++++++++-- pages/peanut/mine.vue | 3 ++- 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 856ae35..ee4ddbc 100644 --- a/manifest.json +++ b/manifest.json @@ -154,7 +154,10 @@ "splashscreen" : { "alwaysShowBeforeRender" : false }, - "nativePlugins" : {} + "nativePlugins" : {}, + "uniStatistics" : { + "enable" : true + } }, // 5+App特有相关 "quickapp" : {}, @@ -172,6 +175,9 @@ "scope.userLocation" : { "desc" : "你的位置信息将用于小程序位置接口的效果展示" } + }, + "uniStatistics" : { + "enable" : true } }, "h5" : { @@ -184,9 +190,61 @@ "treeShaking" : { "enable" : true } + }, + "uniStatistics" : { + "enable" : true } }, - "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274" + "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274", + "uniStatistics" : { + "version" : "2", + "enable" : true + }, + "mp-alipay" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-baidu" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-jd" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-kuaishou" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-lark" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-qq" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-toutiao" : { + "uniStatistics" : { + "enable" : true + } + }, + "quickapp-webview-huawei" : { + "uniStatistics" : { + "enable" : true + } + }, + "quickapp-webview-union" : { + "uniStatistics" : { + "enable" : true + } + } } // 小程序特有相关 diff --git a/pages/peanut/mine.vue b/pages/peanut/mine.vue index 96d67ac..5444956 100644 --- a/pages/peanut/mine.vue +++ b/pages/peanut/mine.vue @@ -89,7 +89,8 @@ - + + 分享App