优化教程

This commit is contained in:
2025-08-28 00:25:23 +08:00
parent f8e073a2a9
commit 8584f8df33
6 changed files with 54 additions and 26 deletions

View File

@@ -378,7 +378,7 @@ for singleMidi in midis:
else to_BDX_file_in_delay(cvt_mid, out_path, style, *prompts[3:])
)
if output_file_format == 1
else (cvt_method(cvt_mid, out_path, *prompts[2:])) # type: ignore
else (cvt_method(cvt_mid, out_path, *prompts[2:])) # type: ignore
)
)