Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs #1631

Merged
merged 4 commits into from
Oct 31, 2018
Merged

Docs #1631

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/wechaty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,16 @@ export class Wechaty extends Accessory implements Sayable {
* - [PuppetPuppeteer](https://github.com/Chatie/wechaty-puppet-puppeteer):
* - [PuppetPadchat](https://github.com/lijiarui/wechaty-puppet-padchat)
*
* @typedef PuppetName
* @property {string} wechat4u
* @typedef PuppetModuleName
* @property {string} PUPPET_DEFAULT
* The default puppet.
* @property {string} wechaty-puppet-wechat4u
* The default puppet, using the [wechat4u](https://github.com/nodeWechat/wechat4u) to control the [WeChat Web API](https://wx.qq.com/) via a chrome browser.
* @property {string} padchat
* @property {string} wechaty-puppet-padchat
* - Using the WebSocket protocol to connect with a Protocol Server for controlling the iPad Wechat program.
* @property {string} puppeteer
* @property {string} wechaty-puppet-puppeteer
* - Using the [google puppeteer](https://github.com/GoogleChrome/puppeteer) to control the [WeChat Web API](https://wx.qq.com/) via a chrome browser.
* @property {string} mock
* @property {string} wechaty-puppet-mock
* - Using the mock data to mock wechat operation, just for test.
*/

Expand Down