Commands without the async keyword are executed on the main thread, unless defined with #[tauri::command(async)]. If your command needs to run asynchronously, ...
確定! 回上一頁