mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 16:27:23 +08:00
✨ feat: 历史纪录去除按钮
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="history-page">
|
<div class="history-page">
|
||||||
<div class="title">播放历史</div>
|
<div class="title">播放历史</div>
|
||||||
<n-button @click="openLyric">打开歌词</n-button>
|
|
||||||
<n-scrollbar :size="100">
|
<n-scrollbar :size="100">
|
||||||
<div class="history-list-content" :class="setAnimationClass('animate__bounceInLeft')">
|
<div class="history-list-content" :class="setAnimationClass('animate__bounceInLeft')">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user