This commit is contained in:
hankertrix 2025-05-02 14:11:18 +08:00
parent a7c7935423
commit b556cd611f

View file

@ -1,7 +1,7 @@
use std::{borrow::Cow, ffi::{OsStr, OsString}, path::Path}; use std::{borrow::Cow, ffi::{OsStr, OsString}, path::Path};
use yazi_plugin::CLIPBOARD; use yazi_plugin::CLIPBOARD;
use yazi_shared::event::CmdCow; use yazi_shared::{event::CmdCow, url::Url};
use crate::tab::Tab; use crate::tab::Tab;