L-Super
L-Super
对于问题2,由于稳定性问题,目前已移除此接口。 对于问题3,https://github.com/CefView/CefViewCore/commit/a6969ff3f3438323f1b88fb4d3296d339b163cb0 应该修复了此问题
参考文档:https://cefview.github.io/QCefView/zh/docs/reference/QCefView#class_q_cef_view_1a0aa0b257b5383428569d46c39d4003a2 https://cefview.github.io/QCefView/zh/docs/reference/QCefView#class_q_cef_view_1aff9055d5f9f773c2582c20b4bdf0cd33
看了一下相关提交,没有`onBeforeBrowser`接口。
先确认一下,你是使用的哪个仓库? https://github.com/CefView/CefViewCore/blob/fe335787e8ce5d9bf719617a248c5a9bf7e8e35c/include/CefViewBrowserClient.h#L367 https://github.com/winsoft666/QCefWidget/blob/3237d0165b51c60f8deb5e2919420d0a33ce50a1/src/QCefWidget/CefBrowserApp/QCefBrowserHandler.h#L256
> 想问下没有这个onBeforeBrowse方法, 还有别的方式能拦截window.location.href这种redirect吗 可以参考文档,看哪个函数能够实现您的目的。感觉可以通过[addressChanged](https://cefview.github.io/QCefView/zh/docs/reference/QCefView/#class_q_cef_view_1a89ce3bc031d5dcd1115482118a6c4181)进行判断。
+1 ``` aliyundrive-webdav | 2025-06-16T15:34:13.121203Z ERROR aliyundrive_webdav::vfs: download file failed url=https://dl1-v6.aliyundrive.cloud/NVhnuO6U%version=OSS2 error=request or response body error: operation timed out ```
> Hi @L-Super, what do you mean by "50M txt file"? > > I would love to have more information to debug this issue. If you can run the app...
> Would you be willing to share the text file? 50MB is a lot so I can't imagine the contents. I have spindumps that are 50k lines, but they're only...
> But without CLion it installs in the correct directory? The command in bash is the same as in Clion.
> Can confirm. There is something wrong. Especially in regards to zlib. When setting `-DCMAKE_BUILD_TYPE=Release` it tries to install zlib from the `Debug` directory and vise versa. How critical is...