补充一部分cmd信息,增加部分注释 (#25)

Co-authored-by: daofeng <jcb20150301@qq.com>
This commit is contained in:
2025-04-07 17:51:18 +08:00
committed by GitHub
parent ad7bc5fe32
commit 74a602e7bf
9 changed files with 189 additions and 140 deletions

View File

@@ -13,8 +13,8 @@ import (
func main() {
log.SetLevel(log.DebugLevel)
c := client.NewClient(6)
c.SetCookie("this is a example cookie.")
c := client.NewClient(23943357)
c.SetCookie("")
//弹幕事件
c.OnDanmaku(func(danmaku *message.Danmaku) {
if danmaku.Type == message.EmoticonDanmaku {