🐛 复原一下包保持微信读书

This commit is contained in:
Tw93
2022-10-23 20:41:59 +08:00
parent 58c950e08c
commit a2b056c756

View File

@@ -59,7 +59,7 @@ fn main() -> wry::Result<()> {
};
let _webview = WebViewBuilder::new(window)?
.with_url("https://hoppscotch.io/")?
.with_url("https://weread.qq.com/")?
// .with_devtools(true)
.with_initialization_script(include_str!("pake.js"))
.with_ipc_handler(handler)