diff --git a/internal/updater/application.go b/internal/updater/application.go index a361694..d4b21da 100644 --- a/internal/updater/application.go +++ b/internal/updater/application.go @@ -51,6 +51,7 @@ func CheckUpdate() (model.VersionInfo, bool) { return model.VersionInfo{}, false } result := gjson.ParseBytes(resp.Body()) + log.Infof("check update result: %s", result.String()) if !result.Get("data.has_update").Bool() { log.Infof("no update available") return model.VersionInfo{}, false diff --git a/pkg/miaosic b/pkg/miaosic index 652e959..a3a2c43 160000 --- a/pkg/miaosic +++ b/pkg/miaosic @@ -1 +1 @@ -Subproject commit 652e959c5a3aff368da4bc02d461402e0e91ae6d +Subproject commit a3a2c436a501fc5b43eab7b2991ed129e3ce2b0b diff --git a/todo.txt b/todo.txt index abfeefb..052f99a 100644 --- a/todo.txt +++ b/todo.txt @@ -15,6 +15,7 @@ ---- Finished +- 2024.06.08 : kuwo源,修复本地lrc文件不被读取的问题 - 2024.05.22@1.0.7 : 修复bug - 2024.05.19 : 封面添加到mpv video channel - 2024.05.17 : 更换libmpv,兼容不支持avx的cpu