mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-08 04:12:52 +08:00
✨ 添加COMMON_NOTICE_DANMAKU
This commit is contained in:
@@ -47,6 +47,15 @@ type (
|
||||
Url string `json:"url"`
|
||||
Width int `json:"width"`
|
||||
}
|
||||
CommonNoticeDanmaku struct {
|
||||
ContentSegments []struct {
|
||||
FontColor string `json:"font_color"`
|
||||
Text string `json:"text"`
|
||||
Type int `json:"type"`
|
||||
} `json:"content_segments"`
|
||||
Dmscore int `json:"dmscore"`
|
||||
Terminals []int `json:"terminals"`
|
||||
}
|
||||
)
|
||||
|
||||
func (d *Danmaku) Parse(data []byte) {
|
||||
|
||||
Reference in New Issue
Block a user