feat: 添加每日推荐 样式, 请求等大量优化

This commit is contained in:
alger
2024-05-22 12:07:48 +08:00
parent c6f1e0b233
commit 32b39c7927
23 changed files with 409 additions and 103 deletions
+5 -1
View File
@@ -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 {