add new settings

This commit is contained in:
2025-06-29 17:20:09 +08:00
parent 76554b06ec
commit 46f6e6104e
5 changed files with 62 additions and 4 deletions

View File

@@ -205,6 +205,8 @@ pub struct ExtraConfig {
pub bgi_img_scramble: Option<bool>,
#[cfg(feature = "cat-system-arc")]
pub cat_system_int_encrypt_password: Option<String>,
#[cfg(feature = "cat-system-img")]
pub cat_system_image_canvas: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]