mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: enable video preview feature
This commit is contained in:
@@ -98,8 +98,8 @@ function jumpToLoginPage() {
|
||||
:id="Number(video.modules.module_dynamic.major.archive?.aid)"
|
||||
:key="video.modules.module_dynamic.major.archive?.aid"
|
||||
:duration-str="video.modules.module_dynamic.major.archive?.duration_text"
|
||||
:title="video.modules.module_dynamic.major.archive?.title"
|
||||
:cover="video.modules.module_dynamic.major.archive?.cover"
|
||||
:title="`${video.modules.module_dynamic.major.archive?.title}`"
|
||||
:cover="`${video.modules.module_dynamic.major.archive?.cover}`"
|
||||
:author="video.modules.module_author.name"
|
||||
:author-face="video.modules.module_author.face"
|
||||
:mid="video.modules.module_author.mid"
|
||||
|
||||
@@ -145,6 +145,8 @@ function getRankingPgc() {
|
||||
:published-timestamp="video.pubdate"
|
||||
:bvid="video.bvid"
|
||||
:rank="index + 1"
|
||||
:cid="video.cid"
|
||||
show-preview
|
||||
horizontal
|
||||
w-full
|
||||
/>
|
||||
|
||||
@@ -77,6 +77,8 @@ async function getTrendingVideos() {
|
||||
:published-timestamp="video.pubdate"
|
||||
:bvid="video.bvid"
|
||||
:tag="video.rcmd_reason.content"
|
||||
:cid="video.cid"
|
||||
show-preview
|
||||
horizontal
|
||||
w-full
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user