mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: implement hover-to-preview video on video card
This commit is contained in:
@@ -172,6 +172,8 @@ function jumpToLoginPage() {
|
||||
:danmaku="video.stat.danmaku"
|
||||
:published-timestamp="video.pubdate"
|
||||
:bvid="video.bvid"
|
||||
:cid="video.cid"
|
||||
show-preview
|
||||
/>
|
||||
</template>
|
||||
<template v-else>
|
||||
@@ -189,6 +191,8 @@ function jumpToLoginPage() {
|
||||
:bvid="video.bvid"
|
||||
:view-str="video.cover_left_text_1"
|
||||
:danmaku-str="video.cover_left_text_2"
|
||||
:cid="video.player_args ? video.player_args.cid : 0"
|
||||
show-preview
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user