@xmoxmo/bncr 0.2.5 → 0.2.6

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 CHANGED
@@ -39,7 +39,7 @@ openclaw gateway restart
39
39
  > 如果你是从精确版本升级,或本地安装记录仍钉在旧版本,也可以显式执行:
40
40
  >
41
41
  > ```bash
42
- > openclaw plugins install @xmoxmo/bncr@0.1.1
42
+ > openclaw plugins install @xmoxmo/bncr@latest
43
43
  > openclaw gateway restart
44
44
  > ```
45
45
 
@@ -167,7 +167,7 @@ openclaw gateway call message.action --params '{
167
167
  "accountId": "Primary",
168
168
  "idempotencyKey": "bncr-media-demo-1",
169
169
  "params": {
170
- "to": "Bncr:tgBot:-1003776014601:6278285192",
170
+ "to": "Bncr:tgBot:-1001:10001",
171
171
  "caption": "图片发送测试",
172
172
  "path": "/root/.openclaw/workspace/tmp/demo.png"
173
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmoxmo/bncr",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",