mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: 其他小更新
This commit is contained in:
parent
2e41001d02
commit
db5730dfdd
12 changed files with 33 additions and 7 deletions
|
|
@ -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 />,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue