mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2026-04-05 18:49:06 +08:00
style: Reformat with Prettier (#2296)
This commit is contained in:
@@ -42,7 +42,9 @@
|
|||||||
:exclude="$parent.albumObject.artist.name"
|
:exclude="$parent.albumObject.artist.name"
|
||||||
prefix="-"
|
prefix="-"
|
||||||
/></span>
|
/></span>
|
||||||
<span v-if="isAlbum && (track.mark & 1048576) === 1048576" class="explicit-symbol"
|
<span
|
||||||
|
v-if="isAlbum && (track.mark & 1048576) === 1048576"
|
||||||
|
class="explicit-symbol"
|
||||||
><ExplicitSymbol
|
><ExplicitSymbol
|
||||||
/></span>
|
/></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -28,7 +28,9 @@
|
|||||||
<span v-else>Compilation by Various Artists</span>
|
<span v-else>Compilation by Various Artists</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="date-and-count">
|
<div class="date-and-count">
|
||||||
<span v-if="(album.mark & 1048576) === 1048576" class="explicit-symbol"
|
<span
|
||||||
|
v-if="(album.mark & 1048576) === 1048576"
|
||||||
|
class="explicit-symbol"
|
||||||
><ExplicitSymbol
|
><ExplicitSymbol
|
||||||
/></span>
|
/></span>
|
||||||
<span :title="album.publishTime | formatDate">{{
|
<span :title="album.publishTime | formatDate">{{
|
||||||
|
|||||||
Reference in New Issue
Block a user