大量重构错误传递逻辑.修复少量bug.

This commit is contained in:
Lkhsss
2024-11-24 01:38:56 +08:00
parent f791f9b7e9
commit 40b7a6072b
9 changed files with 247 additions and 141 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ncmmiao"
version = "2.3.7"
version = "2.3.8"
edition = "2021"
authors = ["Lkhsss <lkhsss1019@gmail.com>"]
description = "A magic tool convert ncm to flac"
@ -21,6 +21,7 @@ colored = "2.1.0"
env_logger = "0.11.1"
hex = "0.4.3"
image = "0.25.*"
indicatif = "0.17.9"
lazy_static = "1.5.0"
log = "0.4.20"
serde = { version = "1.0.195", features = ["derive"] }