feat: 其他小更新

This commit is contained in:
qier222 2022-04-05 02:32:13 +08:00
parent 2e41001d02
commit db5730dfdd
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
12 changed files with 33 additions and 7 deletions

View file

@ -7,16 +7,26 @@ import Playlist from '@/pages/Playlist'
import Artist from '@/pages/Artist'
import Search from '@/pages/Search'
import Library from '@/pages/Library'
import Podcast from '@/pages/Podcast'
import Settings from '@/pages/Settings'
const routes: RouteObject[] = [
{
path: '/',
element: <Home />,
},
{
path: '/podcast',
element: <Podcast />,
},
{
path: '/library',
element: <Library />,
},
{
path: '/settings',
element: <Settings />,
},
{
path: '/login',
element: <Login />,