puppet-xp
puppet-xp copied to clipboard
在room中@某人会出现 @undefined,对比了下puppet-wechat4u是好的
i.g:
msgReceiver.say`hello, ${contact}`
result
@undefined hello, @someone
i.g:
msgReceiver.say`hello, ${contact}`result
@undefined hello, @someone
same issue.
1.13.x版本有这个问题,你用1.12.7 的就不会有这个问题了,我验证了。我在研究xp的功能和写demo,你可以关注我的公众号:程序员野区。 在程序干货的合集里,如果我解决了xp相关问题会更新到那
看起来新的版本修复了这个问题。
看起来新的版本修复了这个问题。
是的 ,我昨天刚试了1.13.8版本,是解决了@undefined的bug,我又发现一个新的bug到时候我单独发个贴,看下作者可不可以修复下