mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: commitMP3 and countrycode to countryCode (#41)
* feat: add config to resolve path alias. * feat: use vue-i18n for language switch * feat: add .editorconfig for ide * fix: add no-referrer to avoid CROB * fix: setCookie and fix typo * feat: integrate vue-i18n * feat: player component i18n support * fix: duplicate key warning in explore page * fix: like songs number changed in library page * fire: remove todo * fix: same text search on enter will cause error * fix: scrobble error params type * feat: prettier task supported * fix: prettier ignore config update * fix: conflict * fix: commitMP3 and countrycode to countryCode * lint: prettier
This commit is contained in:
parent
c042faa001
commit
e3043e7918
4 changed files with 17 additions and 4 deletions
|
|
@ -15,7 +15,10 @@
|
|||
/>
|
||||
<div class="no" v-if="isAlbum">
|
||||
<button v-show="focus && track.playable && !isPlaying" @click="playTrack">
|
||||
<svg-icon icon-class="play" style="height:14px;width:14px"></svg-icon>
|
||||
<svg-icon
|
||||
icon-class="play"
|
||||
style="height: 14px; width: 14px"
|
||||
></svg-icon>
|
||||
</button>
|
||||
<span v-show="(!focus || !track.playable) && !isPlaying">{{
|
||||
track.no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue