-
- {
if (Audio.audio) Audio.audio.currentTime = e.line.getLine().startTime / 1000
}
- ">
+ "
+ >
Test Bottom Line
@@ -364,7 +434,7 @@ watch(
position: relative;
:deep(.lyric-player) {
- --amll-lyric-player-font-size: max(2vw, 38px);
+ --amll-lyric-player-font-size: max(2vw, 29px);
box-sizing: border-box;
width: 100%;
height: 100%;
diff --git a/src/renderer/src/components/Play/PlayMusic.vue b/src/renderer/src/components/Play/PlayMusic.vue
index e5859d0..6f78dc2 100644
--- a/src/renderer/src/components/Play/PlayMusic.vue
+++ b/src/renderer/src/components/Play/PlayMusic.vue
@@ -223,7 +223,7 @@ const playSong = async (song: SongList) => {
}
} catch (error: any) {
console.error('播放歌曲失败:', error)
- MessagePlugin.error('播放失败,原因:'+error.message)
+ MessagePlugin.error('播放失败,原因:' + error.message)
}
}
@@ -664,7 +664,7 @@ const handleProgressDragStart = (event: MouseEvent) => {
}
// 歌曲信息
-const songInfo = ref
&{songmid:null|number}>({
+const songInfo = ref & { songmid: null | number }>({
songmid: null,
hash: '',
singer: 'CeruMusic',
@@ -805,7 +805,7 @@ watch(songInfo, setColor, { deep: true, immediate: true })