v-clawbot 0.1.2 → 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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. package/package.json +1 -1
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, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v-clawbot",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "在微信 ClawBot 中与 AI 对话的插件",
5
5
  "keywords": [
6
6
  "wechat",