@openclaw-china/qqbot 2026.3.29 → 2026.4.23

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.
@@ -1,9 +1,9 @@
1
1
  {
2
- "id": "qqbot",
2
+ "id": "qqbot",
3
3
  "name": "QQ Bot",
4
4
  "description": "QQ 开放平台机器人消息渠道插件",
5
5
  "version": "0.1.0",
6
- "channels": ["qqbot"],
6
+ "channels": ["qqbot"],
7
7
  "skills": ["./skills"],
8
8
  "configSchema": {
9
9
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw-china/qqbot",
3
- "version": "2026.3.29",
3
+ "version": "2026.4.23",
4
4
  "type": "module",
5
5
  "description": "Moltbot QQ Bot channel plugin",
6
6
  "license": "MIT",
@@ -88,7 +88,7 @@
88
88
  "release": "npm run build && npm publish"
89
89
  },
90
90
  "dependencies": {
91
- "@openclaw-china/shared": "2026.3.29",
91
+ "@openclaw-china/shared": "2026.4.23",
92
92
  "ffmpeg-static": "^5.3.0",
93
93
  "silk-wasm": "^3.7.1",
94
94
  "ws": "^8.18.0"
@@ -42,7 +42,7 @@ It contains entries like:
42
42
  - `python3 {baseDir}/scripts/prepare_send.py "<recipient>" --account-id "<current-accountId>" --file <path> [--caption <text>]`
43
43
  - or `--text <message>`
44
44
  8. Send via the `message` tool using:
45
- - `channel: "qqbot"`
45
+ - `channel: "qqbot"`
46
46
  - `target: <resolved target>`
47
47
  - `accountId: <resolved accountId>`
48
48
  9. If sending a file, pass the local path directly.
@@ -111,7 +111,7 @@ def main():
111
111
  ambiguous = len(matches) > 1 and matches[1]['score'] == top['score']
112
112
 
113
113
  payload = {
114
- 'channel': 'qqbot',
114
+ 'channel': 'qqbot',
115
115
  'target': top['target'],
116
116
  'accountId': top['accountId'],
117
117
  }