wechat-to-anything 0.6.11 → 0.6.13

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/cli/bridge.mjs +2 -3
  2. package/package.json +1 -1
package/cli/bridge.mjs CHANGED
@@ -39,9 +39,8 @@ export async function start(agents, defaultAgent, { port = 9099 } = {}) {
39
39
  resolve();
40
40
  });
41
41
  });
42
- } catch {
43
- console.log(`扫码链接: ${qrUrl}`);
44
- }
42
+ } catch {}
43
+ console.log(pc.dim(` 扫码链接: ${qrUrl}\n`));
45
44
  });
46
45
  console.log(pc.green("✅ 微信登录成功!"));
47
46
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechat-to-anything",
3
- "version": "0.6.11",
3
+ "version": "0.6.13",
4
4
  "description": "一条命令,把微信变成任何 AI Agent 的入口",
5
5
  "type": "module",
6
6
  "bin": {