This commit is contained in:
sxyazi 2026-05-28 08:58:02 +08:00
parent 54a760d8f4
commit 7fe3bf5841
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ use std::str::SplitWhitespace;
use base64::Engine;
use strum::{FromRepr, IntoStaticStr};
use yazi_shim::base64::BASE64_SANE;
use yazi_shim::BASE64_SANE;
use crate::parser::StateOsc72;

View file

@ -1,7 +1,7 @@
use std::{fmt::{self, Display}, str};
use base64::Engine;
use yazi_shim::base64::BASE64_SANE;
use yazi_shim::BASE64_SANE;
use super::traits::Mimelist;