mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-21 11:24:47 +08:00
添加 BGI 脚本导入重复字符串的支持;新增 WriteAt 特性以支持在特定偏移写入数据
This commit is contained in:
@@ -1056,9 +1056,11 @@ fn main() {
|
||||
#[cfg(feature = "circus")]
|
||||
circus_mes_type: arg.circus_mes_type.clone(),
|
||||
#[cfg(feature = "escude-arc")]
|
||||
escude_fake_compress: arg.escude_fake_compress.clone(),
|
||||
escude_fake_compress: arg.escude_fake_compress,
|
||||
#[cfg(feature = "escude")]
|
||||
escude_enum_scr: arg.escude_enum_scr.clone(),
|
||||
#[cfg(feature = "bgi")]
|
||||
bgi_import_duplicate: arg.bgi_import_duplicate,
|
||||
};
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user