CzBiX

Results 42 comments of CzBiX

看看 F12 的 console

请确认有按照 wiki 图中的内容进行设置

403 是认证失败,可能是你打错了密码,或者还使用了其他认证方式。

@showerMuggle 非常感谢。 我试试和 QB 官方提提,看能不能提供 CORS 操作的能力。 如果不行的话,这个功能只能去掉了。让每个用户都修改安全设置不是一个好方案。

看起来新版 API 还挺远的。 https://github.com/qbittorrent/qBittorrent/issues/14130 用 Nginx 之类的重写 header 功能可能可以绕过,但又没了在线版本配置使用简单的初衷。😐

在 qBittorrent 提了个 PR,看看能不能合并吧。 https://github.com/qbittorrent/qBittorrent/pull/16993

分页功能本来是为了避免性能问题的简单解决方案,所以数量我是根据可能的窗口大小来设定的几个值,预期上是希望自动铺满屏幕的。由于分页是在本地实现的,也不会有翻页的等待时间。所以我想不到500,1000这样选项的使用场景。 如果真要改,我会选择去掉分页功能而优化成 virtual list。

It's not a bug, but it can be improved.

@R-L-T-Y Yes, I know. But this can solve the most important problem.

Related #57 . If it's implemented, we no longer need to manual upgrade any more.