mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: redesign settings panel
This commit is contained in:
@@ -170,8 +170,8 @@ function jumpToLoginPage() {
|
||||
:duration-str="video.cover_right_text"
|
||||
:title="video.title"
|
||||
:cover="video.cover"
|
||||
:author="video.mask.avatar.text"
|
||||
:author-face="video.mask.avatar.cover"
|
||||
:author="'avatar' in video.mask ? video.mask.avatar.text : ''"
|
||||
:author-face="'avatar' in video.mask ? video.mask.avatar.cover : ''"
|
||||
:mid="video.mask.avatar.up_id"
|
||||
:capsule-text="video.desc.split('·')[1]"
|
||||
:bvid="video.bvid"
|
||||
|
||||
Reference in New Issue
Block a user