chore: better display

This commit is contained in:
mokurin000
2025-08-02 10:58:11 +08:00
parent 9e17df0624
commit c3010f2f10
2 changed files with 9 additions and 5 deletions

View File

@@ -113,10 +113,12 @@ async fn main() -> Result<(), Box<dyn snafu::Error>> {
match (human_readable, format) {
(true, _) => {
for detail in music_detail {
for detail in &music_detail {
println!("{detail}");
println!("----------");
}
println!("共查询到 {} 条记录!", music_detail.len());
}
(false, RatingFormat::Origin) => json_display(music_detail)?,
(false, RatingFormat::DxRatingNet) => {