mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: add copy track link & fixed various visual defects (#1489)
* feat: add copy track link * fix: various visual defects * feat: add track low res fallback * chore: remove redundant locale strings * chore: separate playbackState for a new PR * build: fix netlify failing to build site
This commit is contained in:
parent
16b525915e
commit
ea4b20755d
10 changed files with 89 additions and 14 deletions
|
|
@ -489,6 +489,11 @@ export default class {
|
|||
artist: artists.join(','),
|
||||
album: track.al.name,
|
||||
artwork: [
|
||||
{
|
||||
src: track.al.picUrl + '?param=224y224',
|
||||
type: 'image/jpg',
|
||||
sizes: '224x224',
|
||||
},
|
||||
{
|
||||
src: track.al.picUrl + '?param=512y512',
|
||||
type: 'image/jpg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue