未验证 提交 31c265f8 编写于 作者: S SuperChang 提交者: GitHub

Image bug (#1921)

* 0.29.3

* Merge master (#18)

* update puppeteer puppet

* 0.31.18

* upgrade to wechaty-puppet@0.20

* 0.31.19

* upgrade puppet configs

* 0.31.20

* dep upgrade & clean (#1917)

* 0.31.21

* upgrade eslint-config (https://github.com/wechaty/wechaty/issues/1917)

* 0.31.22

* use green version of powered by wechaty badge

* 0.31.23

* use NODE_AUTH_TOKEN instead of NPM_TOKEN

* 0.31.24

* use bright green for badge

* 0.31.25

* restore pkg-jq

* 0.31.26

* Upgrade docker base image & node.js (#1920)

* 0.32.1

* fix scan status for padplus (https://github.com/wechaty/wechaty-puppet-padplus/issues/161)

* 0.32.2
Co-authored-by: Huan (李卓桓)'s avatarHuan (李卓桓) <zixia@zixia.net>

* fix: new Image is forbidden.

* 0.32.3
Co-authored-by: Huan (李卓桓)'s avatarHuan (李卓桓) <zixia@zixia.net>
上级 2a643eae
{
"name": "wechaty",
"version": "0.32.2",
"version": "0.32.3",
"description": "Wechaty is a Bot SDK for Individual Account, Powered by TypeScript, Docker, and 💖",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
......
......@@ -35,7 +35,7 @@ export class Image extends Accessory {
public static create (id: string): Image {
log.verbose('Image', 'static create(%s)', id)
const image = new Image(id)
const image = new this(id)
return image
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册