mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: bugs
This commit is contained in:
parent
17ef0e927c
commit
bb87b7f20d
9 changed files with 54 additions and 41 deletions
|
|
@ -101,6 +101,7 @@ img {
|
|||
width: 100%;
|
||||
user-select: none;
|
||||
aspect-ratio: 1 / 1;
|
||||
border: 1px solid rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.cover-hover {
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ export default {
|
|||
this.getColor();
|
||||
},
|
||||
getColor() {
|
||||
if (!this.player.personalFMTrack?.album?.picUrl) return;
|
||||
const cover = `${this.player.personalFMTrack.album.picUrl.replace(
|
||||
'http://',
|
||||
'https://'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue