Merge remote-tracking branch 'refs/remotes/origin/dev'

This commit is contained in:
Hevin 2016-07-21 17:05:53 +08:00
commit a365c632d4
2 changed files with 9 additions and 11 deletions

View File

@ -15,11 +15,6 @@
## 集成步骤
- 先安装 cordova-plugin-device 插件:
cordova plugin add cordova-plugin-device
- 安装本插件
- 通过 Cordova Plugins 安装,要求 Cordova CLI 5.0+
cordova plugin add jpush-phonegap-plugin --variable API_KEY=your_jpush_appkey

View File

@ -16,6 +16,9 @@
<engine name="cordova" version=">=3.0" />
</engines>
<!-- dependencies -->
<dependency id="cordova-plugin-device" />
<js-module src="www/JPushPlugin.js" name="JPushPlugin">
<clobbers target="JPush" />
</js-module>