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
对于一些热门番剧, 大量的重复弹幕影响观感, 可以添加一个选项, 使用std::unordered_map<std::string, unsigned int>统计重复弹幕, 并在重复弹幕的第一条后加上 x%d, 或者不统计直接丢弃重复弹幕
std::unordered_map<std::string, unsigned int>
x%d
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
对于一些热门番剧, 大量的重复弹幕影响观感, 可以添加一个选项, 使用
std::unordered_map<std::string, unsigned int>
统计重复弹幕, 并在重复弹幕的第一条后加上x%d
, 或者不统计直接丢弃重复弹幕The text was updated successfully, but these errors were encountered: