mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
fix menus
This commit is contained in:
@@ -78,11 +78,39 @@ import UserProfile from '@/layouts/components/UserProfile.vue'
|
|||||||
/>
|
/>
|
||||||
<VerticalNavLink
|
<VerticalNavLink
|
||||||
:item="{
|
:item="{
|
||||||
title: '推荐',
|
title: '推荐榜单',
|
||||||
icon: 'mdi-table-star',
|
icon: 'mdi-table-star',
|
||||||
to: '/ranking',
|
to: '/ranking',
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
<VerticalNavLink
|
||||||
|
:item="{
|
||||||
|
title: 'TMDB电影',
|
||||||
|
icon: 'mdi-movie-outline',
|
||||||
|
to: '/browse/tmdb/movies',
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
<VerticalNavLink
|
||||||
|
:item="{
|
||||||
|
title: 'TMDB电视剧',
|
||||||
|
icon: 'mdi-television-classic',
|
||||||
|
to: '/browse/tmdb/tvs',
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
<VerticalNavLink
|
||||||
|
:item="{
|
||||||
|
title: '豆瓣电影',
|
||||||
|
icon: 'mdi-movie-outline',
|
||||||
|
to: '/browse/douban/movies',
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
<VerticalNavLink
|
||||||
|
:item="{
|
||||||
|
title: '豆瓣电视剧',
|
||||||
|
icon: 'mdi-television-classic',
|
||||||
|
to: '/browse/douban/tvs',
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
|
||||||
<VerticalNavLink
|
<VerticalNavLink
|
||||||
:item="{
|
:item="{
|
||||||
|
|||||||
Reference in New Issue
Block a user