From 5fd61cbd0496009292bac4022afd2f6d401b9492 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 14 五月 2024 16:45:40 +0800
Subject: [PATCH] feat:统计页面增加导出

---
 manifest.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/manifest.json b/manifest.json
index b1f92f8..3a39431 100644
--- a/manifest.json
+++ b/manifest.json
@@ -57,6 +57,9 @@
 			},
 			"scope.userLocation": {
 				"desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅"
+			},
+			"scope.makePhoneCall": {
+				"desc": "浣犵殑鐢佃瘽灏嗙敤浜庢嫧鎵撳鏈嶇數璇�"
 			}
 		},
 		"optimization": {
@@ -69,7 +72,8 @@
 			"minified": true,
 			"postcss": false
 		},
-		"usingComponents": true
+		"usingComponents": true,
+		"libVersion":"latest"
 	},
 	"mp-alipay": {
 		"usingComponents": true

--
Gitblit v1.9.1