mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
feat: 添加下载管理页面, 引入文件类型检测库以支持多种音频格式
This commit is contained in:
@@ -21,6 +21,18 @@ const otherRouter = [
|
||||
},
|
||||
component: () => import('@/views/user/followers.vue')
|
||||
},
|
||||
{
|
||||
path: '/downloads',
|
||||
name: 'downloads',
|
||||
meta: {
|
||||
title: '下载管理',
|
||||
keepAlive: true,
|
||||
showInMenu: true,
|
||||
back: true,
|
||||
icon: 'ri-download-cloud-2-line'
|
||||
},
|
||||
component: () => import('@/views/download/DownloadPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/user/detail/:uid',
|
||||
name: 'userDetail',
|
||||
|
||||
Reference in New Issue
Block a user