From ea1a4d37df8f0714008d5857cf40059af83620ee Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Thu, 29 Sep 2022 18:06:38 +0800
Subject: [PATCH] 增加任务详情功能

---
 manifest.json |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 44a4892..4b85fc6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -22,7 +22,9 @@
 			"delay": 0
 		},
 		/* 模块配置 */
-		"modules": {},
+		"modules": {
+			"Geolocation": {}
+		},
 		/* 应用发布信息 */
 		"distribute": {
 			/* android打包配置 */
@@ -55,7 +57,12 @@
 			"ios": {},
 			/* SDK配置 */
 			"sdkConfigs": {
-				"ad": {}
+				"ad": {},
+				"geolocation": {
+					"system": {
+						"__platform__": ["ios", "android"]
+					}
+				}
 			}
 		}
 	},

--
Gitblit v1.9.3