jabbany / CommentCoreLibrary

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

支持弹幕对象单独指定css类名 #109

Closed doseeing closed 4 years ago

doseeing commented 4 years ago

相关issue #108

主要修改

jabbany commented 4 years ago

Hmm,感觉 JS/TS 属性的话用 camelCase 比较好?我觉得用 className 这样的值大概也可以。

doseeing commented 4 years ago

Hmm,感觉 JS/TS 属性的话用 camelCase 比较好?我觉得用 className 这样的值大概也可以。

恩,修改了属性名css_class -> className