mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: support lyrics (finnaly)
This commit is contained in:
parent
cef149e68c
commit
6366886fe8
9 changed files with 593 additions and 4 deletions
|
|
@ -24,7 +24,11 @@
|
|||
</div>
|
||||
<div class="index-row">
|
||||
<div class="title">{{ $t("home.recommendArtist") }}</div>
|
||||
<CoverRow type="artist" :items="recommendArtists.items" />
|
||||
<CoverRow
|
||||
type="artist"
|
||||
:columnNumber="6"
|
||||
:items="recommendArtists.items"
|
||||
/>
|
||||
</div>
|
||||
<div class="index-row">
|
||||
<div class="title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue