🐛 更新文档

This commit is contained in:
Tw93
2022-10-15 11:32:55 +08:00
parent 9aff58a641
commit ed3f82554a
2 changed files with 14 additions and 12 deletions

View File

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