@wu529778790/open-im 1.11.8-beta.29 → 1.11.8-beta.30
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/dist/clawbot/client.js +1 -1
- package/package.json +1 -1
package/dist/clawbot/client.js
CHANGED
|
@@ -331,7 +331,7 @@ function extractTextContent(msg) {
|
|
|
331
331
|
case 3 /* MessageItemType.VOICE */: {
|
|
332
332
|
const transcript = item.voice_item?.text;
|
|
333
333
|
if (transcript)
|
|
334
|
-
return
|
|
334
|
+
return transcript;
|
|
335
335
|
return '[语音消息(无文字转录)]';
|
|
336
336
|
}
|
|
337
337
|
case 2 /* MessageItemType.IMAGE */:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wu529778790/open-im",
|
|
3
|
-
"version": "1.11.8-beta.
|
|
3
|
+
"version": "1.11.8-beta.30",
|
|
4
4
|
"description": "Your AI coding assistant, in every chat app. Multi-platform IM bridge for Claude Code, Codex, and CodeBuddy.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|