添加 BGI 脚本导入重复字符串的支持;新增 WriteAt 特性以支持在特定偏移写入数据

This commit is contained in:
2025-06-07 18:18:56 +08:00
parent 5533e901f7
commit f1e35c904c
6 changed files with 277 additions and 6 deletions

View File

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