Browse Source

开通消息推送功能

hongrunxia 4 days ago
parent
commit
8afc2ea1f6
1 changed files with 14 additions and 1 deletions
  1. 14 1
      manifest.json

+ 14 - 1
manifest.json

@@ -25,6 +25,7 @@
         ],
         /* 5+App特有相关 */
         "modules" : {
+            "Push" : {},
             "VideoPlayer" : {},
             "Camera" : {}
         },
@@ -78,7 +79,19 @@
                         "appkey_android" : "87f4d2a4a0c42e0c86cf312c8b8154e8"
                     }
                 },
-                "push" : {}
+                "push" : {
+                    "unipush" : {
+                        "version" : "2",
+                        "offline" : true,
+                        "hms" : {},
+                        "oppo" : {},
+                        "vivo" : {},
+                        "mi" : {},
+                        "meizu" : {},
+                        "honor" : {},
+                        "fcm" : {}
+                    }
+                }
             },
             "splashscreen" : {
                 "iosStyle" : "default"