mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-01 19:00:19 +08:00
Add support another struct artemis asb script ( fix #11
This commit is contained in:
@@ -3387,6 +3387,10 @@ fn main() {
|
||||
kirikiri_ks_bom: arg.kirikiri_ks_bom,
|
||||
#[cfg(feature = "emote-img")]
|
||||
bc7: arg.bc7,
|
||||
#[cfg(feature = "artemis")]
|
||||
artemis_asb_end_tags: std::sync::Arc::new(std::collections::HashSet::from_iter(
|
||||
arg.artemis_asb_end_tags.iter().cloned(),
|
||||
)),
|
||||
});
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user