升级版本,修复解码问题

This commit is contained in:
2026-07-30 11:15:53 +08:00
parent 1e0698c85d
commit 8059e233eb
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -6,8 +6,6 @@
# mystuff # mystuff
/*.zip /*.zip
/.vscode /.vscode
/*.mid
/*.midi
/*.mcpack /*.mcpack
/*.bdx /*.bdx
/*.msq /*.msq
@@ -27,6 +25,18 @@ RES.txt
/bgArrayLib /bgArrayLib
/fcwslib /fcwslib
test_lyric-mido.py test_lyric-mido.py
test_doing_things.py
TEST-*.*
# Copyrighted
vanilla_assets/
/*.mid
/*.midi
# Fack Apple
.DS_Store
# Fack Microsoft
Thumbs.db
# Byte-compiled / optimized # Byte-compiled / optimized
__pycache__/ __pycache__/
+1 -1
View File
@@ -22,7 +22,7 @@ The Licensor of Musicreater("this project") is Eilles, bgArray.
# 若需转载或借鉴 许可声明请查看仓库目录下的 License.md # 若需转载或借鉴 许可声明请查看仓库目录下的 License.md
__version__ = "2.4.2.3" __version__ = "2.4.2.4"
__vername__ = "音符附加信息升级" __vername__ = "音符附加信息升级"
__author__ = ( __author__ = (
("金羿", "Eilles"), ("金羿", "Eilles"),