update qrcode display
Showing
| ... | @@ -49,6 +49,7 @@ | ... | @@ -49,6 +49,7 @@ |
| "file-type": "16.5.3", | "file-type": "16.5.3", | ||
| "koishi-thirdeye": "^11.1.21", | "koishi-thirdeye": "^11.1.21", | ||
| "mime2ext": "^1.0.1", | "mime2ext": "^1.0.1", | ||
| "qrcode-terminal": "^0.12.0", | |||
| "wechaty": "^1.20.2", | "wechaty": "^1.20.2", | ||
| "wechaty-puppet-wechat": "^1.18.4" | "wechaty-puppet-wechat": "^1.18.4" | ||
| }, | }, | ||
| ... | @@ -59,6 +60,7 @@ | ... | @@ -59,6 +60,7 @@ |
| "@koishijs/plugin-help": "^2.0.2", | "@koishijs/plugin-help": "^2.0.2", | ||
| "@types/jest": "^29.2.4", | "@types/jest": "^29.2.4", | ||
| "@types/node": "^18.11.17", | "@types/node": "^18.11.17", | ||
| "@types/qrcode-terminal": "^0.12.0", | |||
| "@types/raven": "^2.5.4", | "@types/raven": "^2.5.4", | ||
| "@typescript-eslint/eslint-plugin": "^5.46.1", | "@typescript-eslint/eslint-plugin": "^5.46.1", | ||
| "@typescript-eslint/parser": "^5.46.1", | "@typescript-eslint/parser": "^5.46.1", | ||
| ... | ... |
Please register or sign in to comment