1
0

feat: 增加创作页面

This commit is contained in:
2025-11-28 18:25:11 +08:00
parent ce603c6598
commit 12d7b7e176
3 changed files with 193 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import Test from './pages/Test.tsx'
import Bookshelf from './pages/book/Bookshelf.tsx'
import Book from './pages/book/Book.tsx'
import Chapter from './pages/book/Chapter.tsx'
import Creator from './pages/Creator.tsx'
const routes: RouteObject[] = [
{
@@ -34,6 +35,10 @@ const routes: RouteObject[] = [
},
],
},
{
path: 'creator',
Component: Creator,
},
{
path: 'test',
Component: Test,