ソースを参照

实现悬浮歌词功能

onecold 1 年間 前
コミット
ed9b7ea789
2 ファイル変更446 行追加171 行削除
  1. 445 170
      entry/src/main/ets/view/LocalMusic.ets
  2. 1 1
      lib/src/main/ets/view/LyricView2.ets

ファイルの差分が大きいため隠しています
+ 445 - 170
entry/src/main/ets/view/LocalMusic.ets


+ 1 - 1
lib/src/main/ets/view/LyricView2.ets

@@ -311,7 +311,7 @@ export struct LyricView2 {
             })
         }
         .justifyContent(this.alignMode === 'center' ? FlexAlign.Center : FlexAlign.Start)
-        .width(this.alignMode == 'center' ? '100%' : '76%')
+        .width(this.alignMode == 'center' ? '100%' : '95%')
     }
 
     private handleSeekAction() {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません