mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-08-03 21:45:48 +08:00
feat: 移动端歌词点击跳转 优化国际化和移动端逐字歌词
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
</div>
|
||||
<!-- 无时间戳歌词提示 -->
|
||||
<div v-if="!supportAutoScroll" class="music-lrc-text no-scroll-tip">
|
||||
<span>本歌词不支持自动滚动</span>
|
||||
<span>{{ t('player.lrc.noAutoScroll') }}</span>
|
||||
</div>
|
||||
<div
|
||||
v-for="(item, index) in lrcArray"
|
||||
|
||||
Reference in New Issue
Block a user