mirror of
https://github.com/itorr/one-last-image.git
synced 2026-01-02 20:06:03 +08:00
添加点击歌词到MV具体片段的功能
This commit is contained in:
@@ -252,7 +252,13 @@
|
||||
:data-s="lyric[0]"
|
||||
:key="lyric[0]"
|
||||
:data-have-cn="!!lyric[2]">
|
||||
<div class="text" v-text="lyric[1]"></div>
|
||||
<div class="text">
|
||||
<a
|
||||
:href="`https://www.bilibili.com/video/BV1Sg411w7T9?t=${Math.floor((+lyric[0]+7)*10)/10}`"
|
||||
v-text="lyric[1]"
|
||||
target="_mv"
|
||||
></a>
|
||||
</div>
|
||||
<div class="cn" v-if="lyric[2]" v-text="lyric[2]"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user