最小化稳定版本
Showing
| ... | ... | @@ -21,7 +21,7 @@ |
| "@angular/platform-browser": "^7.2.2", | ||
| "@angular/platform-browser-dynamic": "^7.2.2", | ||
| "@angular/router": "^7.2.2", | ||
| "@ionic-native/background-mode": "^5.3.0", | ||
| "@ionic-native/app-minimize": "^5.0.0", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/local-notifications": "^5.3.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| ... | ... | @@ -29,7 +29,7 @@ |
| "@ionic/angular": "^4.1.0", | ||
| "cordova-android": "7.1.4", | ||
| "cordova-ios": "4.5.5", | ||
| "cordova-plugin-background-mode": "0.7.2", | ||
| "cordova-plugin-appminimize": "1.0.1", | ||
| "cordova-plugin-badge": "^0.8.8", | ||
| "cordova-plugin-device": "^2.0.2", | ||
| "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
| ... | ... | @@ -81,7 +81,7 @@ |
| }, | ||
| "cordova-plugin-ionic-keyboard": {}, | ||
| "cordova-plugin-local-notification": {}, | ||
| "cordova-plugin-background-mode": {} | ||
| "cordova-plugin-appminimize": {} | ||
| }, | ||
| "platforms": [ | ||
| "android", | ||
| ... | ... |
Please
register
or
sign in
to comment