feat: 修改分类

This commit is contained in:
秋水浮尘
2023-10-23 00:16:53 +08:00
parent ced3be52f4
commit 26f51df723
4 changed files with 81 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ const router = createBrowserRouter([
element: <QuestionBank />,
},
{
path: "brush-question",
path: "brush-question/:id",
element: <BrushQuestions />,
},
{