wx-bot-cli 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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](README.en.md)
4
4
 
5
- ![wxbot TUI 界面](docs/images/hero.png)
5
+ ![wxbot TUI 界面](https://github.com/AirboZH/wx-bot-cli/raw/main/docs/images/hero.png)
6
6
 
7
7
  `wxbot` 是一个微信机器人命令行工具,基于微信 iLink API,提供扫码登录、消息收发、SQLite 持久化存储,以及 Ink 终端看板(TUI)。
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wx-bot-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "WeChat AI Bot CLI and TUI dashboard",
5
5
  "license": "MIT",
6
6
  "type": "module",