添加挑战

This commit is contained in:
2025-04-27 20:35:16 +08:00
parent d7f33bfca2
commit dd9233a6d6
19 changed files with 344 additions and 207 deletions

View File

@@ -15,7 +15,7 @@ const routes = [
path: "/submission/:id",
name: "submission",
component: () => import("./pages/Submission.vue"),
props: true
props: true,
},
{
path: "/dashboard",
@@ -26,7 +26,12 @@ const routes = [
{
path: "tutorial/:display",
name: "tutorial",
component: () => import("./pages/Markdown.vue"),
component: () => import("./pages/Tutorial.vue"),
},
{
path: "challenge",
name: "challenge",
component: () => import("./pages/Challenge.vue"),
},
{
path: "user-manage/:page",