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
1.每次重新启动app都会创建一个新的access token 2.app配色在led屏幕下偏紫(能否让用户自定义) 3.导航还是点击切换更好,滑动容易误触(下拉了很多页,一个误触就切到其他栏目去了)
The text was updated successfully, but these errors were encountered:
我看了一下确实有重复创建Acces Token的BUG,下个版本修复。
想快速清理掉之前创建的 Token,可以打开 https://next.bgm.tv/demo/access-token 页面,按 F12 打开控制台,在控制台TAB内输入下面的代码,刷新网页即可全部清理掉。
document.querySelectorAll("button").forEach(item => item.onclick());
Sorry, something went wrong.
已修复:b292a5b
No branches or pull requests
1.每次重新启动app都会创建一个新的access token
2.app配色在led屏幕下偏紫(能否让用户自定义)
3.导航还是点击切换更好,滑动容易误触(下拉了很多页,一个误触就切到其他栏目去了)
The text was updated successfully, but these errors were encountered: