牛舍首页: 下拉刷新 平控改成远控 layout微调
牛舍详情页: layout微调 牛舍配置页: picker选值范围修改
Showing
| ... | ... | @@ -25,6 +25,7 @@ |
| "@ionic-native/app-minimize": "^5.5.0", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/local-notifications": "^5.8.0", | ||
| "@ionic-native/network": "^5.16.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | ||
| "@ionic/angular": "^4.6.2", | ||
| ... | ... | @@ -37,6 +38,7 @@ |
| "cordova-plugin-ionic-keyboard": "^2.0.5", | ||
| "cordova-plugin-ionic-webview": "^4.1.0", | ||
| "cordova-plugin-local-notification": "0.9.0-beta.2", | ||
| "cordova-plugin-network-information": "^2.0.2", | ||
| "cordova-plugin-screen-orientation": "^3.0.1", | ||
| "cordova-plugin-splashscreen": "5.0.2", | ||
| "cordova-plugin-statusbar": "^2.4.2", | ||
| ... | ... | @@ -91,7 +93,8 @@ |
| "cordova-plugin-local-notification": {}, | ||
| "cordova-plugin-ionic-webview": { | ||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
| } | ||
| }, | ||
| "cordova-plugin-network-information": {} | ||
| }, | ||
| "platforms": [ | ||
| "android", | ||
| ... | ... |
Please
register
or
sign in
to comment