mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
feat: 新增歌单导入功能
添加歌单导入功能,支持通过链接、文本和元数据三种方式导入歌单 - 实现链接导入、文本导入和元数据导入三种方式 - 添加导入状态检查和显示功能
This commit is contained in:
@@ -76,6 +76,16 @@ const otherRouter = [
|
||||
back: true
|
||||
},
|
||||
component: () => import('@/views/music/MusicListPage.vue')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/playlist/import',
|
||||
name: 'playlistImport',
|
||||
meta: {
|
||||
title: '歌单导入',
|
||||
keepAlive: true,
|
||||
back: true
|
||||
},
|
||||
component: () => import('@/views/playlist/ImportPlaylist.vue')
|
||||
},
|
||||
];
|
||||
export default otherRouter;
|
||||
|
||||
Reference in New Issue
Block a user