diff --git a/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.md b/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.md index 8a7b6e1..d07edd0 100644 --- a/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.md +++ b/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.md @@ -32,7 +32,7 @@ - `-vpf | --volume-processing-function <字符串>` : 音量处理函数,支持两种音量函数:`natural`、`straight`;默认为`natural` -- `-t | --type <字符串>` : 转换结果类型,支持的类型有:`addon-delay`、`addon-score`、 `mcstructure-dalay`、`mcstructure-score`、`bdx-delay`、`bdx-score`、`msq`;默认为`all` +- `-t | --type <字符串>` : 转换结果类型,支持的类型有:`addon-delay`、`addon-score`、 `mcstructure-delay`、`mcstructure-score`、`bdx-delay`、`bdx-score`、`msq`;默认为`all` - `-htp | --high-time-precision` : **仅当结果类型包含 `msq` 时生效** : 是否使用高精度时间存储 MSQ 文件;默认为关 diff --git a/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.png b/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.png index 8cda132..6f2052b 100644 Binary files a/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.png and b/src/nonebot_plugins/trimo_plugin_msctconverter/convert_helper.png differ diff --git a/src/nonebot_plugins/trimo_plugin_msctconverter/msctexec.py b/src/nonebot_plugins/trimo_plugin_msctconverter/msctexec.py index 2eab79f..52eeb48 100644 --- a/src/nonebot_plugins/trimo_plugin_msctconverter/msctexec.py +++ b/src/nonebot_plugins/trimo_plugin_msctconverter/msctexec.py @@ -908,7 +908,7 @@ async def _( all_cvt_types = [ "addon-delay", "addon-score", - "mcstructure-dalay", + "mcstructure-delay", "mcstructure-score", "bdx-delay", "bdx-score", @@ -1065,8 +1065,8 @@ async def _( # people_convert_point[usr_id] += 0.5 # all_cvt_types.remove("addon-score") - if go_chk_point() and "mcstructure-dalay" in all_cvt_types: - all_files[file_to_convert]["mcstructure-dalay"] = dict( + if go_chk_point() and "mcstructure-delay" in all_cvt_types: + all_files[file_to_convert]["mcstructure-delay"] = dict( zip( ["结构尺寸", "音乐刻长"], to_mcstructure_file_in_delay( @@ -1078,7 +1078,7 @@ async def _( ) ) # people_convert_point[usr_id] += 0.5 - # all_cvt_types.remove("mcstructure-dalay") + # all_cvt_types.remove("mcstructure-delay") if go_chk_point() and "mcstructure-score" in all_cvt_types: all_files[file_to_convert]["mcstructure-score"] = dict(