Skip to content
New issue

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

添加“无限滚动”功能 #74

Open
wjz2001 opened this issue Feb 19, 2023 · 0 comments
Open

添加“无限滚动”功能 #74

wjz2001 opened this issue Feb 19, 2023 · 0 comments
Labels
优化 需要改善的功能

Comments

@wjz2001
Copy link

wjz2001 commented Feb 19, 2023

问题描述

按左右键移动光标时碰到了左右边界就会停止移动,这在电视上并不合适。
比如看一个有500p的视频:当光标在第一p上时,想看第500p就必须长按右键加速移动,光标在第500p而想看第1p同理。

描述解决方案

参考kodi。当光标碰到左边界时再按左键则光标移到最右边,碰到右边界时再按右键则光标移到最左边;
瀑布流界面则稍作修改:当光标碰到左边界时再按左键则光标移到上一行的最右边,碰到右边界时再按右键则光标移到下一行最左边。
目前主界面的顶部栏、视频瀑布流,视频界面分p栏、推荐栏等都可以这样做,其他的地方如果以后有也请加上。

描述备选方案

No response

附加信息

目前bv只有瀑布流界面是上下滚动,所以不需要这个功能。但如果以后出现了有上下边界的界面也请一并加上“上下无限滚动”。

@aaa1115910 aaa1115910 added the 优化 需要改善的功能 label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
优化 需要改善的功能
Projects
None yet
Development

No branches or pull requests

2 participants