部分API小幅新增,修复新版本指令的计分板播放器附加包无法播放的问题

This commit is contained in:
2024-08-19 02:28:28 +08:00
parent 932b9a34e0
commit 6f391567ba
9 changed files with 71 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
"""一个简单的我的世界音频转换库
音·创 (Musicreater)
是一款免费开源的针对《我的世界》的midi音乐转换库
是一款免费开源的《我的世界》数字音频支持库。
Musicreater(音·创)
A free open source library used for convert midi file into formats that is suitable for **Minecraft**.
A free open source library used for dealing with **Minecraft** digital musics.
版权所有 © 2024 金羿 & 诸葛亮与八卦阵
Copyright © 2024 EillesWan & bgArray
@@ -22,8 +22,8 @@ The Licensor of Musicreater("this project") is Eilles Wan, bgArray.
# 若需转载或借鉴 许可声明请查看仓库目录下的 License.md
__version__ = "2.2.0"
__vername__ = "高精度时间支持"
__version__ = "2.2.1"
__vername__ = "部分API小幅度新增内容"
__author__ = (
("金羿", "Eilles Wan"),
("诸葛亮与八卦阵", "bgArray"),