Skip to content

Commit

Permalink
文档完善
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Mar 14, 2016
1 parent 9d552c7 commit 03bd1c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/Mojo/Weixin.pod
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ Mojo::Weixin - A Weixin Client Framework base on Mojolicious

=head2 Mojo::Weixin::Plugin::ShowMsg

打印消息到终端

$client->load("ShowMsg");

=head2 Mojo::Weixin::Plugin::IRCShell

将微信协议转换成irc协议,启动一个本地的irc服务器,使用任意irc客户端(irc user设置为微信帐号)连接后即可以按照irc的方式使用微信
Expand Down Expand Up @@ -753,6 +757,12 @@ Mojo::Weixin - A Weixin Client Framework base on Mojolicious
翻译 你好
翻译 こんにちは

=head2 Mojo::Weixin::Plugin::Weather

输入关键字,比如"北京天气",查询天气预报。 作者 autodataming L<https://github.com/autodataming>

$client->load("Weather");

=head2 Mojo::Weixin::Plugin::SmartReply

实现机器人的智能回复,支持好友消息、群消息
Expand Down

0 comments on commit 03bd1c8

Please sign in to comment.