feat: 移动端歌词点击跳转 优化国际化和移动端逐字歌词

This commit is contained in:
alger
2025-10-12 17:38:45 +08:00
parent a5d3ff359c
commit 316d5932e3
8 changed files with 66 additions and 93 deletions
+1 -1
View File
@@ -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"