Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Dec 19, 2015
1 parent 68c117b commit 3f0ad90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# Cordova/PhoneGap 微信分享插件

此插件暂停维护, 如果不需要 WP 平台支持, 请使用 https://github.com/xu-li/cordova-plugin-wechat.

Inspired by https://github.com/xu-li/cordova-plugin-wechat

支持 iOS, WP, Android, 都有回调. 分享内容只支持文本, 图片, 和链接.
Expand Down Expand Up @@ -135,4 +137,4 @@ declare module WeChat {
function share(text: string, scene: Scene, onfulfilled: () => void, onrejected: (reason) => void): void;
function share(options: IMessageOptions, scene: Scene, onfulfilled: () => void, onrejected: (reason) => void): void;
}
```
```

0 comments on commit 3f0ad90

Please sign in to comment.