提交 4a41ffc7 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

update jsdocs

上级 900f6226
{ {
"name": "wechaty", "name": "wechaty",
"description": "Wechat for Bot. Get your Heroku cloud bot by deploy me", "description": "Wechat for Bot. Get your Heroku cloud bot by deploy me",
"repository": "https://github.com/zixia/wechaty", "repository": "https://github.com/chatie/wechaty",
"logo": "https://raw.githubusercontent.com/chatie/wechaty/master/image/wechaty-icon.png", "logo": "https://raw.githubusercontent.com/chatie/wechaty/master/image/wechaty-icon.png",
"keywords": ["wechaty", "wechat", "bot", "chatbot", "framework", "cloudbot"], "keywords": ["wechaty", "wechat", "bot", "chatbot", "framework", "cloudbot"],
"env": { "env": {
......
...@@ -42,7 +42,7 @@ const welcome = ` ...@@ -42,7 +42,7 @@ const welcome = `
| |___/ | |___/
=============== Powered by Wechaty =============== =============== Powered by Wechaty ===============
-------- https://github.com/zixia/wechaty -------- -------- https://github.com/chatie/wechaty --------
I'm a bot, my super power is talk in Wechat. I'm a bot, my super power is talk in Wechat.
......
...@@ -263,7 +263,7 @@ export class BrowserDriver { ...@@ -263,7 +263,7 @@ export class BrowserDriver {
/* tslint:disable:jsdoc-format */ /* tslint:disable:jsdoc-format */
/** /**
* FIXME: ISSUE #21 - https://github.com/zixia/wechaty/issues/21 * FIXME: ISSUE #21 - https://github.com/chatie/wechaty/issues/21
* *
* http://phantomjs.org/api/webpage/handler/on-resource-requested.html * http://phantomjs.org/api/webpage/handler/on-resource-requested.html
* http://stackoverflow.com/a/29544970/1123955 * http://stackoverflow.com/a/29544970/1123955
......
...@@ -79,10 +79,10 @@ export interface MemberQueryFilter { ...@@ -79,10 +79,10 @@ export interface MemberQueryFilter {
* *
* wechaty: Wechat for Bot. and for human who talk to bot/robot * wechaty: Wechat for Bot. and for human who talk to bot/robot
* *
* Licenst: ISC * Licenst: Apache-2.0
* https://github.com/zixia/wechaty * https://github.com/chatie/wechaty
* *
* Add/Del/Topic: https://github.com/wechaty/wechaty/issues/32 * Add/Del/Topic: https://github.com/chatie/wechaty/issues/32
* *
*/ */
export class Room extends EventEmitter implements Sayable { export class Room extends EventEmitter implements Sayable {
......
...@@ -61,13 +61,11 @@ export type WechatyEventName = 'error' ...@@ -61,13 +61,11 @@ export type WechatyEventName = 'error'
/** /**
* *
* Wechaty: Wechat for ChatBots. * Wechaty: Wechat for ChatBots.
* Connect ChatBots
*
* Class Wechaty
*
* Licenst: ISC
* https://github.com/zixia/wechaty
* *
* Wechaty is a Bot Framework for Wechat **Personal** Account
* which can help you create a bot in 6 lines of javascript
* by easy to use API, with cross-platform support for
* Linux/Mac/Windows.
* *
* **Example** * **Example**
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册