feat: 添加歌曲列表分页功能和键盘快捷键支持

- 在 SongList 组件中实现分页功能,支持上一页和下一页操作
- 添加键盘快捷键,允许用户通过方向键进行翻页
- 优化组件结构,增强可读性和用户体验
This commit is contained in:
2025-04-28 04:04:21 +08:00
parent 00ce0fc7e1
commit 8b908f5ac9
13 changed files with 1712 additions and 913 deletions

View File

@@ -57,7 +57,7 @@
SelectOption,
useMessage,
} from 'naive-ui';
import { computed, h, nextTick, onActivated, onMounted, ref, shallowRef } from 'vue';
import { computed, h, nextTick, onActivated, onMounted, ref, shallowRef, markRaw } from 'vue';
import { useRoute } from 'vue-router';
// 模板定义类型接口