1. window-shadows和tauri2使用的raw-window-handle版本不一样导致冲突,tauri2使用0.6*,window-shadows使用的0.5*; 2. tauri::WebviewWindowBuilder创建的main_window在使用的地方基本都报了错; 3. tauri-plugin-store = "2.0.0-beta.8"这个版本好像已经没有use tauri_plugin_store::{with_store, StoreCollection};这两个模块了