Skip to content

Commit

Permalink
Merge pull request #67 from juzibot/feat/room-dynamic-qrcode
Browse files Browse the repository at this point in the history
fix: 🐛 change qrcodeImageUrl
  • Loading branch information
su-chang authored Nov 15, 2024
2 parents 7595ef4 + 6048015 commit 35de104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juzi/wechaty-puppet",
"version": "1.0.93",
"version": "1.0.94",
"description": "Abstract Puppet for Wechaty",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface RoomPermission {

export interface RoomParseDynamicQRCode {
qrcode: string, // 二维码url
qrcodeImgUrl: string, // 二维码图片url
qrcodeImageUrl: string, // 二维码图片url
roomName: string, // 群名称
}

Expand Down

0 comments on commit 35de104

Please sign in to comment.