Add support to dump name for panicon

This commit is contained in:
2025-06-05 16:28:30 +08:00
parent 8083990e94
commit 4e9d7eb943
12 changed files with 788 additions and 29 deletions

View File

@@ -191,6 +191,8 @@ pub struct ExtraConfig {
pub circus_mes_type: Option<CircusMesType>,
#[cfg(feature = "escude-arc")]
pub escude_fake_compress: bool,
#[cfg(feature = "escude")]
pub escude_enum_scr: Option<String>,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]