chore(优化): 搜索关键词匹配[+专辑名称]

This commit is contained in:
lqtmcstudio
2026-02-05 23:52:07 +08:00
parent 21b80c566b
commit 6cda900c8d

View File

@@ -30,7 +30,7 @@
<h4 class="song-title" v-html="highlight(song.name)"></h4> <h4 class="song-title" v-html="highlight(song.name)"></h4>
<p class="song-artist" v-html="highlight(song.artist)"></p> <p class="song-artist" v-html="highlight(song.artist)"></p>
</div> </div>
<div class="song-album">{{ song.albumName || '-' }}</div> <div class="song-album" v-html="highlight(song.albumName || '-')"></div>
<div class="song-duration">{{ song.duration }}</div> <div class="song-duration">{{ song.duration }}</div>
</div> </div>
</div> </div>