PANNN
PANNN
问题描述 在hyprland下,使用翻译窗口并不能实现`窗口失去焦点时自动关闭`,但是ocr识别窗口可以,我查到之前有这个 [issue](https://github.com/pot-app/pot-desktop/issues/596) 我看了一下源代码,发现 `src/window/Recognize /index.jsx` 里面的这个部分代码已经被删去了 ``` void listen('tauri://move', () => { info('Move'); if (blurTimeout) { info('Cancel Close'); clearTimeout(blurTimeout); } }); ``` 但是在 `src/window/Translate/index.jsx` 中,这部分代码仍然存在 我自己删去后本地编译了一下是可以正常使用的 这两个窗口在这部分的代码应该是差不多的吧,是漏处理了吗 --- 另外就是文档中关于`Wayland...
在部分系统下(我使用的是arch linux+hyprland),受到浏览器自动播放策略的限制,不能播放TTS语音合成的音频,实际上需要将 `audioContext ` 进程恢复,即调用 `audioContext.resume()`