mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
✨ feat: 添加每日推荐 样式, 请求等大量优化
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
import { useMusicHistory } from '@/hooks/MusicHistoryHook';
|
||||
import { setAnimationClass, setAnimationDelay } from '@/utils';
|
||||
|
||||
defineOptions({
|
||||
name: 'History',
|
||||
});
|
||||
|
||||
const { delMusic, musicList } = useMusicHistory();
|
||||
</script>
|
||||
|
||||
@@ -38,7 +42,7 @@ const { delMusic, musicList } = useMusicHistory();
|
||||
}
|
||||
|
||||
.history-list-content {
|
||||
@apply px-4 mt-2;
|
||||
@apply px-4 mt-2 pb-28;
|
||||
.history-item {
|
||||
@apply flex items-center justify-between;
|
||||
&-content {
|
||||
|
||||
Reference in New Issue
Block a user