Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KiWi233333/jiwu-mall-chat-tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
KiWi233333 committed Nov 6, 2024
2 parents f31209d + a3dfe69 commit a8ff867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn setup_window(app: &AppHandle) -> tauri::Result<()> {
.inner_size(1280.0, 860.0);

// 消息窗口配置
#[cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))]
let mut msgbox_builder = WebviewWindowBuilder::new(app, "msgbox", WebviewUrl::App("/msg".into()))
.title("消息通知")
.inner_size(240.0, 300.0)
Expand Down

0 comments on commit a8ff867

Please sign in to comment.