🐛 支持flomo

This commit is contained in:
Tw93
2022-10-15 09:40:32 +08:00
parent 1a0687a8b4
commit 114d91f2a0
4 changed files with 12 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ fn main() -> wry::Result<()> {
};
let _webview = WebViewBuilder::new(window)?
.with_url("https://weread.qq.com/")?
.with_url("https://v.flomoapp.com/mine")?
// .with_devtools(true)
.with_initialization_script(script)
.with_ipc_handler(handler)