7.2.9#623
Merged
Merged
Conversation
- 粉丝团弹窗页面获取粉丝勋章信息API - 最关键的是响应中的task_info字段(粉丝勋章升级任务)
- 点赞、发弹幕、观看直播、点亮熄灭勋章任务各自有独立的黑白名单 - 发弹幕支持仅在未开播的直播间发弹幕 - 这一版基本上是Claude写的,简单测了下没什么问题,后续需要再调整细节
- 4种粉丝团任务的黑白名单弹窗有独立的“是否为排序模式”的UiConfig - InfoIcon弹窗加宽 - 内置文档和日志文本优化 - 点亮熄灭勋章danmuList默认值调整
- 去除taskConfig抽象 - 提取公共粉丝勋章过滤器SHARED_MEDAL_FILTERS
- 使用isNowBefore和isNowAfter替代
- watch相关改动和修复 - 不再删除不存在的roomid - 没加载出数据也停止显示加载中动画
- 使用简易队列,确保API请求之间有一个稳定的间隔 - 把缓存提升为所有粉丝勋章任务相关模块(MedalModule子类)共享
- 如果【点亮熄灭勋章】模块实际上没有进行点亮操作,结束后不再重复获取粉丝勋章
- msg为空字符串才是发送成功 - 调整了一些容易发送失败的预设弹幕
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[7.2.9] - 2026-5-24
新增
修复
调整
cookieStore重构删除