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.
增加了4个字段
special
特别关注lastWatchTime
最后观看时间lastPlayTime
最后直播时间watchSecond
观看时间最后两个字段有更新信息但是没调用...
最后直播时间可能用于取关一些很久没直播的主播
但由于只是获取直播状态时更新所以可能只是不在用的时间直播
观看时间可能也能用于排序
在
关注
旁边增加了特别关注
按键关注页面排序按照
开播状态-特别关注-最后观看时间
排序在
updateFollowUser
更新了名称和头像 (目前主播换了名字和头像不会更新)增加10秒的定时器更新一些信息
由于基本上靠GPT,所以这里可能有一些问题.
增加了字段不太明白怎么兼容旧版数据
只在导入json时作下判断,直接覆盖安装好像会白屏
更新名称头像部分没有判断是否发生改变是直接更改的,需要手动刷新更新信息
定时器我设置为10秒更新一次数据,不太确定是太快还是太慢