Browse Source

歌词不再加密下载

onecold 11 months ago
parent
commit
44a4c08f56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      entry/src/main/ets/view/LocalMusic.ets

+ 2 - 2
entry/src/main/ets/view/LocalMusic.ets

@@ -6884,8 +6884,8 @@ export struct LocalMusic {
               this.lyricControllerSingle.setLyric(lyric)
               this.showSingleLyric = true
               // 4.保存歌词文件lyric到本地
-
-              this.saveDataToFile(res, jiaMilyricPath, true)
+              //2025年8月28日歌词不再加密下载
+              this.saveDataToFile(res, lyricPath, false)
 
 
             } else {