use e_utils::dialog; #[tokio::main] async fn main() { dialog::a_sync::ok_zh("测试", "通知").await; dialog::a_sync::files().await; }