1. 支持更高版本的音·创

2. 修复部分参数未调用的问题
This commit is contained in:
EillesWan
2025-06-19 04:24:29 +08:00
parent b2fd1c331b
commit 2ff857fce7
8 changed files with 45 additions and 26 deletions

View File

@ -19,7 +19,7 @@ The Licensor of _Linglun Converter CLI_("this project") is Eilles Wan.
详细的准许和限制条款请见原协议文本。
"""
__version__ = "0.0.9"
__version__ = "0.0.9.1"
import os
@ -45,7 +45,6 @@ from utils.yanlun import solar_date, yanlun_texts
# import sys
# from Musicreater.plugin.mcstructure import commands_to_structure, commands_to_redstone_delay_structure
@ -379,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:]))
else (cvt_method(cvt_mid, out_path, *prompts[2:])) # type: ignore
)
)