XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

更新关注类互动弹幕参数

7397fcc
SocialSisterYi <45892418+SocialSisterYi@users.noreply.github.com>
提交于

代码差异

3 个文件 +15 -13
Modified comment/list.md +1 -1
@@ -2366,7 +2366,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \
2366 2366 | hots | 禁用时:null<br />正常时:array | 热评根列表 | |
2367 2367 | notice | 无效时:null<br />有效时:obj | 评论区公告信息 | |
2368 2368 | replies | 禁用时:null<br />正常时:array | 评论根列表 | |
2369 | top | obj | - | **作用尚不明确** |
2369 | top | obj | 置顶评论 | |
2370 2370 | lottery_card | null | - | **作用尚不明确** |
2371 2371 | folder | obj | ??? | **作用尚不明确** |
2372 2372 | assist | num | 0 | **作用尚不明确** |
Modified danmaku/action.md +7 -6
@@ -198,12 +198,13 @@ curl 'http://api.bilibili.com/x/v2/dm/post' \
198 198
199 199 类型为【视频内嵌引导关注按钮】时:
200 200
201 | 字段 | 类型 | 内容 | 备注 |
202 | -------- | ---- | ----------- | ---------------------------------- |
203 | duration | num | 持续时间 | 单位为毫秒 |
204 | posX | num | X坐标 | 区间:[118-549] |
205 | posY | num | Y坐标 | 区间:[82-293] |
206 | icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
201 | 字段 | 类型 | 内容 | 备注 |
202 | -------- | ---- | ------------ | ------------------------------------------ |
203 | duration | num | 持续时间 | 单位为毫秒 |
204 | posX | num | X坐标 | 区间:[118-549] |
205 | posY | num | Y坐标 | 区间:[82-293] |
206 | icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
207 | type | num | 关注按钮类型 | 0:仅关注<br />1:仅三联<br />2:关注+三联 |
207 208
208 209 **示例:**
209 210
Modified danmaku/danmaku_view_proto.md +7 -6
@@ -99,12 +99,13 @@
99 99
100 100 类型为【视频内嵌引导关注按钮】时:
101 101
102 | 字段 | 类型 | 内容 | 备注 |
103 | -------- | ---- | ----------- | ---------------------------------- |
104 | duration | num | 持续时间 | 单位为毫秒 |
105 | posX | num | X坐标 | 区间:[118-549] |
106 | posY | num | Y坐标 | 区间:[82-293] |
107 | icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
102 | 字段 | 类型 | 内容 | 备注 |
103 | -------- | ---- | ------------ | ------------------------------------------ |
104 | duration | num | 持续时间 | 单位为毫秒 |
105 | posX | num | X坐标 | 区间:[118-549] |
106 | posY | num | Y坐标 | 区间:[82-293] |
107 | icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
108 | type | num | 关注按钮类型 | 0:仅关注<br />1:仅三联<br />2:关注+三联 |
108 109
109 110 消息`dmSetting`:
110 111