Skip to content

Commit 7bd9397

Browse files
committed
合并冲突
1 parent 5541103 commit 7bd9397

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

config.xml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,9 @@
8383
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
8484
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
8585
</platform>
86-
<allow-navigation href="http://192.168.0.105:8100" />
87-
<allow-navigation href="http://192.168.0.102:8101" />
88-
<allow-navigation href="http://192.168.0.100:8101" />
89-
<allow-navigation href="http://192.168.1.121:8101" />
90-
<allow-navigation href="http://192.168.0.104:8101" />
91-
<allow-navigation href="http://192.168.0.106:8101" />
92-
<allow-navigation href="http://192.168.56.1:8101" />
93-
<allow-navigation href="http://192.168.0.103:8101" />
94-
<allow-navigation href="http://192.168.0.103:8100" />
95-
<allow-navigation href="http://192.168.0.103:8103" />
96-
<allow-navigation href="http://192.168.0.107:8101" />
97-
<allow-navigation href="http://192.168.19.2:8101" />
98-
<allow-navigation href="http://192.168.0.104:8102" />
99-
<allow-navigation href="http://192.168.0.104:8100" />
100-
<allow-navigation href="http://192.168.211.1:8102" />
101-
<allow-navigation href="http://192.168.0.103:8102" />
102-
<allow-navigation href="http://192.168.0.105:8101" />
86+
<engine name="android" spec="^6.2.3" />
87+
<engine name="ios" spec="~4.4.0" />
88+
<plugin name="com.hutchind.cordova.plugins.streamingmedia" spec="~0.1.4" />
10389
<plugin name="com.synconset.imagepicker" spec="^2.1.10">
10490
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="是否允许访问您的相册" />
10591
</plugin>
@@ -110,16 +96,12 @@
11096
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
11197
<plugin name="cordova-plugin-console" spec="^1.1.0" />
11298
<plugin name="cordova-plugin-device" spec="^1.1.7" />
99+
<plugin name="cordova-plugin-file" spec="^4.3.3" />
100+
<plugin name="cordova-plugin-file-transfer" spec="^1.7.0" />
101+
<plugin name="cordova-plugin-shake" spec="^0.6.0" />
113102
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
114103
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
115104
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
116105
<plugin name="cordova-sqlite-storage" spec="^2.1.4" />
117106
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
118-
<allow-navigation href="http://192.168.0.105:8102" />
119-
<plugin name="cordova-plugin-shake" spec="^0.6.0" />
120-
<plugin name="com.hutchind.cordova.plugins.streamingmedia" spec="~0.1.4" />
121-
<plugin name="cordova-plugin-file" spec="^4.3.3" />
122-
<plugin name="cordova-plugin-file-transfer" spec="^1.7.0" />
123-
<engine name="android" spec="^6.2.3" />
124-
<engine name="ios" spec="~4.4.0" />
125107
</widget>

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@ionic-native/streaming-media": "^4.5.2",
3737
"@ionic-native/video-player": "^4.5.2",
3838
"@ionic/storage": "^2.1.3",
39+
"com.hutchind.cordova.plugins.streamingmedia": "~0.1.4",
3940
"com.synconset.imagepicker": "^2.1.10",
4041
"cordova-alipay-base": "file:node_modules/cordova-alipay-base",
4142
"cordova-android": "^6.2.3",
@@ -100,4 +101,4 @@
100101
"cordova-plugin-file-transfer": {}
101102
}
102103
}
103-
}
104+
}

0 commit comments

Comments
 (0)