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 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

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

--
Gitblit v1.9.3