We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
B站亲密度结算有延迟,可能长达几个小时才会显示出来。
The text was updated successfully, but these errors were encountered:
b站更新后,0.3.4版本每人可获取800亲密度、0.3.5版本每人仅可获取200亲密度,似乎均无法获取满1500亲密度、不是结算延迟的原因?
Sorry, something went wrong.
慢慢等,可以拿满
似乎是因为旧版本配置文件中WATCHINGLIVE项值仅为是否观看直播,新版本值则用来确定观看时长。如果原封不动使用旧版本配置文件(WATCHINGLIVE值为1)就会导致仅观看1分钟,也就只获得打卡、分享的200亲密度。
HEART_MAX = self.config['WATCHINGLIVE'] self.log.log("INFO", f"每日{HEART_MAX}分钟任务开始")
WATCHINGLIVE确实是确定观看时长。
No branches or pull requests
B站亲密度结算有延迟,可能长达几个小时才会显示出来。
The text was updated successfully, but these errors were encountered: