bilibili_video_send_danmaku
Send a bullet comment to a Bilibili video at a specific timestamp, with selectable color, font size, and display mode.
Instructions
发送弹幕
Args: bvid: 视频的BV号 message: 弹幕内容 page_num: 分P序号,从0开始 progress: 发送时间(毫秒),0表示开头 color: 颜色(十六进制),默认ffffff(白色) font_size: 字体大小 (18-小, 25-普通, 36-大) mode: 弹幕模式 (1-滚动, 4-底部, 5-顶部)
Returns: 发送结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bvid | Yes | ||
| mode | No | ||
| color | No | ffffff | |
| message | Yes | ||
| page_num | No | ||
| progress | No | ||
| font_size | No |