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
每次跳转到下一层推荐,再返回上一层推荐时会重新加载一次内容,导致观感割裂。 或许可以保存较近的几层推荐,比如点进5层推荐,就可以保存3、4、5层,只在1、2层重新加载,这样应该可以有效避免观感割裂的现象。 当然,如果能加个设置选项,支持自定义加载的层数就更好了。 (或许还可以在后台加载,不过我也不了解,不知道可不可行) 附:录屏
The text was updated successfully, but these errors were encountered:
@orz12 建议把视频播放进度也计入列表,同时把播放器也销毁。
Sorry, something went wrong.
No branches or pull requests
每次跳转到下一层推荐,再返回上一层推荐时会重新加载一次内容,导致观感割裂。
或许可以保存较近的几层推荐,比如点进5层推荐,就可以保存3、4、5层,只在1、2层重新加载,这样应该可以有效避免观感割裂的现象。
当然,如果能加个设置选项,支持自定义加载的层数就更好了。
(或许还可以在后台加载,不过我也不了解,不知道可不可行)
附:录屏
petal_20240303_143141.mp4
The text was updated successfully, but these errors were encountered: