Add pack support for Qlie Pack Archive (.pack) v3.1

This commit is contained in:
2026-01-31 00:05:11 +08:00
parent fc6910df0a
commit 487d403d60
11 changed files with 937 additions and 14 deletions

View File

@@ -596,6 +596,9 @@ pub struct ExtraConfig {
#[default(true)]
/// Whether to process ABMP10 images in ABMP10 images.
pub qlie_abmp10_process_abmp10: bool,
#[cfg(feature = "qlie-arc")]
/// Path to qlie pack archive key file (pack_keyfile_kfueheish15538fa9or.key)
pub qlie_pack_keyfile: Option<String>,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]