just-test-code

Results 5 comments of just-test-code
trafficstars

jumpserver好像支持了,这个不知道作者有没有时间支持。 jump太繁琐了

确实,不开源的都是公司,口碑很久了的, 纯个人不开源,不敢用

The WindowBuilder (https://docs.rs/tauri/latest/tauri/window/struct.WindowBuilder.html) has/will have a additional_browser_args() method (https://docs.rs/wry/latest/x86_64-pc-windows-msvc/wry/webview/trait.WebViewBuilderExtWindows.html#tymethod.with_additional_browser_args) may be , you can use it. i don't know rust , so I don't know how to use it if...

change file at `C:\Users\xxx\.cargo\registry\src\github.com-1ecc6299db9ec823\wry-0.24.1\src\webview\webview2\mod.rs` 130 line `"--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection --proxy-server=127.0.0.1:7890".to_string()` build, you can use proxy [ChatGPT.zip](https://github.com/lencx/ChatGPT/files/11038398/ChatGPT.zip) change default port 7890 ```python with open("ChatGPT.exe", "rb+") as f: data = f.read() data = data.replace(b"127.0.0.1:7890",...

windows下使用cmd 运行poetry shell 然后执行pip 也是同样的问题, 但是切换为powershell就没问题了,还是得修一下吧