Add support another struct artemis asb script ( fix #11

This commit is contained in:
2026-04-05 11:39:43 +08:00
parent cf8bae238d
commit 30ba09a3a6
4 changed files with 129 additions and 20 deletions

View File

@@ -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 } => {