From 764ad15473528c6c327d37c04f279e70bea3cb6f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 五月 2024 09:15:01 +0800
Subject: [PATCH] 1.设备管理接口写入

---
 manifest.json |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/manifest.json b/manifest.json
index e0ed72c..63b30ed 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,7 +50,13 @@
 			"sdkConfigs": {
 				"ad": {},
 				"maps": {},
-				"share": {}
+				"share": {},
+				"push": {
+					"unipush": {
+						"version": "2",
+						"offline": true
+					}
+				}
 			},
 			"icons": {
 				"android": {

--
Gitblit v1.9.3