mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 优化 SongList 组件,增强歌曲管理功能
- 增加了歌曲搜索和筛选功能,支持按语言、标签和作者筛选。 - 改进了歌曲编辑和删除操作的用户体验,添加了确认提示。 - 更新了表格列定义,确保动态生成筛选选项。 - 优化了歌曲播放器的状态管理,增强了播放体验。 - 规范化了代码注释,提升了可读性和维护性。
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ const props = defineProps<{
|
||||
song: SongsInfo | undefined
|
||||
isLrcLoading?: string
|
||||
}>()
|
||||
const emits = defineEmits(['update:isLrcLoading'])
|
||||
const emits = defineEmits(['update:isLrcLoading', 'update:close', 'update:volume'])
|
||||
|
||||
const aplayerMusic = ref({
|
||||
title: '',
|
||||
|
||||
Reference in New Issue
Block a user