This commit is contained in:
2026-03-04 20:05:37 +08:00
parent 78a2d84335
commit b6dc79b298
11 changed files with 461 additions and 8 deletions

View File

@@ -9,7 +9,11 @@ const routes = [
{ path: "/tutorial", name: "home-tutorial-list", component: Home },
{ path: "/tutorial/:display", name: "home-tutorial", component: Home },
{ path: "/challenge", name: "home-challenge-list", component: Home },
{ path: "/challenge/:display", name: "home-challenge", component: Home },
{
path: "/challenge/:display",
name: "home-challenge",
component: () => import("./pages/ChallengeHome.vue"),
},
{
path: "/submissions/:page",
name: "submissions",