From 3c30ebe2a9a1a8b65660da5e3fc783f9760d25b3 Mon Sep 17 00:00:00 2001 From: steve <7579476@qq.com> Date: Fri, 6 Dec 2024 08:47:22 +0800 Subject: [PATCH] up --- docs/rules-tts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules-tts.md b/docs/rules-tts.md index 8c6e9cd..329f13d 100644 --- a/docs/rules-tts.md +++ b/docs/rules-tts.md @@ -80,7 +80,7 @@ ws.text((text) => { // 获取二进制消息信息 ws.binary((data) => { console.log('返回的二进制数据:', data.length); - // 将获取到的数据处理后重新推送给app,如果不需要处理该data,直接删除该binary方法 + // 将获取到的数据处理后重新推送给app,如果不做处理,直接push,data数据即可 ws.push(data) });