We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4a6a0 commit 2b9a7fcCopy full SHA for 2b9a7fc
README.md
@@ -142,6 +142,7 @@ room.run()
142
| rank_change | 未知的消息事件 |
143
| srres | 未知的消息事件 |
144
| anbc | 未知的消息事件 |
145
+| frank | 未知的消息事件 |
146
147
## 斗鱼STT序列化反序列化库
148
src/messageEvent.js
@@ -243,4 +243,7 @@ module.exports = {
243
anbc: function(r) {
244
// 未知的消息事件
245
},
246
+ frank: function(r) {
247
+ // 未知的消息事件
248
+ },
249
}
0 commit comments