增加周榜,月榜,日榜搜索和批量下载
This commit is contained in:
@@ -21,6 +21,12 @@ const router = createRouter({
|
||||
component: () => import('@/views/SearchView.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/ranking',
|
||||
name: 'ranking',
|
||||
component: () => import('@/views/RankingView.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/artwork/:id',
|
||||
name: 'artwork',
|
||||
|
||||
Reference in New Issue
Block a user