cordova-plugin-cnpush
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "cordova-plugin-cnpush", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Cordova Push Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -27,2 +27,11 @@ var cnPushTool = require('./CnPushTool'); | ||
//小米手机 | ||
if (cnPushTool.isPlatformXiaomi()) { | ||
if (window.xiaomiPush) { | ||
myPush = window.xiaomiPush; | ||
isUsePush = true; | ||
} | ||
} | ||
if (!isUsePush && !cnPushTool.isPlatformIOS()) { | ||
@@ -29,0 +38,0 @@ if (window.jPush) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5557
93