feat: community mode (#738)
Co-authored-by: CXPLAY <62034099+cxplay@users.noreply.github.com>
This commit is contained in:
parent
686b1f9998
commit
ed8a22d5bc
21 changed files with 303 additions and 101 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import BookmarkPage from '@/pages/primary/BookmarkPage'
|
||||
import ExplorePage from '@/pages/primary/ExplorePage'
|
||||
import FollowingPage from '@/pages/primary/FollowingPage'
|
||||
import MePage from '@/pages/primary/MePage'
|
||||
import NoteListPage from '@/pages/primary/NoteListPage'
|
||||
import NotificationListPage from '@/pages/primary/NotificationListPage'
|
||||
|
|
@ -13,6 +14,7 @@ import { createRef } from 'react'
|
|||
const PRIMARY_ROUTE_CONFIGS = [
|
||||
{ key: 'home', component: NoteListPage },
|
||||
{ key: 'explore', component: ExplorePage },
|
||||
{ key: 'following', component: FollowingPage },
|
||||
{ key: 'notifications', component: NotificationListPage },
|
||||
{ key: 'me', component: MePage },
|
||||
{ key: 'profile', component: ProfilePage },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue