add testcase panel.

This commit is contained in:
2023-01-13 14:26:51 +08:00
parent 31fc880c99
commit 46fcccda35
14 changed files with 146 additions and 87 deletions

View File

@@ -12,6 +12,7 @@ const routes = [
path: "problem/:problemID",
component: () => import("./oj/problem/detail.vue"),
props: true,
name: "ProblemDetail",
},
{
path: "status",
@@ -37,6 +38,7 @@ const routes = [
path: "contest/:contestID/problem/:problemID",
component: () => import("./oj/problem/detail.vue"),
props: true,
name: "ContestProblemDetail",
},
{
path: "rank",