I fixed the relative mouse mode pointer lock issue on some browsers and created a PR: https://github.com/LuckfoxTECH/kvm/pull/2
我修复了部分浏览器中相对鼠标模式无法锁定指针的问题,并提了 PR: https://github.com/LuckfoxTECH/kvm/pull/2
This fix addresses the issue where some browsers do not support querying the `pointer-lock` permission through the Permissions
API, causing the frontend to skip `requestPointerLock()` and making relative mouse mode unusable when clicking the video area.
此修复用于解决部分浏览器不支持通过 Permissions API 查询 `pointer-lock` 权限,导致前端跳过 `requestPointerLock()`,从而在点击视频画
面时无法正常使用相对鼠标模式的问题。

