Ver Fonte

实现悬浮歌词功能

onecold há 1 ano atrás
pai
commit
ed9b7ea789
2 ficheiros alterados com 446 adições e 171 exclusões
  1. 445 170
      entry/src/main/ets/view/LocalMusic.ets
  2. 1 1
      lib/src/main/ets/view/LyricView2.ets

Diff do ficheiro suprimidas por serem muito extensas
+ 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() {

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff