fix: fixed some issues.

This commit is contained in:
real-zony
2023-01-04 11:35:44 +08:00
parent 6b538f3e0a
commit 8d5a45c9ef
3 changed files with 6 additions and 9 deletions

View File

@@ -1,13 +1,8 @@
New Features:
- CLI 提供了一个更新检查功能,在程序启动的时候会检测最新的版本。
- 支持从酷我音乐搜索歌词。
New Features: None
Breaking Changes: None
Enhancement:
- 基于 MusicDecrypto 提供歌曲解密功能,支持 40 种格式的文件,具体支持格式请自己尝试。
Enhancement: : None
Fixed Bugs:
- None
- 同步了 MusicDecrypto 库的代码,原始项目: [https://github.com/davidxuang/MusicDecrypto](https://github.com/davidxuang/MusicDecrypto) 。