v-clawbot 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -298,8 +298,6 @@ var loginCommand = new Command3("login").description("QR code login to WeChat iL
|
|
|
298
298
|
}
|
|
299
299
|
console.log(`
|
|
300
300
|
Scan the QR code with WeChat to log in:`);
|
|
301
|
-
console.log(qrData.qrcode_img_content);
|
|
302
|
-
console.log();
|
|
303
301
|
try {
|
|
304
302
|
const qrcodeTerminal = await import("qrcode-terminal");
|
|
305
303
|
qrcodeTerminal.default.generate(qrData.qrcode_img_content, {
|
|
@@ -368,7 +366,6 @@ QR code expired, refreshing...`);
|
|
|
368
366
|
try {
|
|
369
367
|
qrData = await fetchQrCode();
|
|
370
368
|
console.log("New QR code:");
|
|
371
|
-
console.log(qrData.qrcode_img_content);
|
|
372
369
|
try {
|
|
373
370
|
const qrcodeTerminal = await import("qrcode-terminal");
|
|
374
371
|
qrcodeTerminal.default.generate(qrData.qrcode_img_content, {
|