jabbany / CommentCoreLibrary

Javascript Live Comment (Danmaku) Engine Implementation. JS弹幕模块核心,提供从基本骨架到高级弹幕的支持。
http://jabbany.github.io/CommentCoreLibrary/demo
MIT License
1.9k stars 304 forks source link

如何获知特定弹幕对应的Metadata等信息 #154

Open xiaofengorz opened 7 months ago

xiaofengorz commented 7 months ago

对CM监听enterComment事件,得到的是抽象后的cmt对象,仅仅包含部分弹幕信息,没有包含如发送者hash等的字段。请问是否有什么办法获取特定一条弹幕对应的发送者等信息? 具体应用场景是在播放弹幕时允许用户通过右键快速屏蔽该弹幕发送者所发送的所有弹幕。

谢谢!

dbFlower commented 7 months ago

已收到