update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-03-08 21:30:55 +08:00
parent 8c02ad46e7
commit 50c9ce3555
2 changed files with 6 additions and 9 deletions

View File

@@ -140,6 +140,12 @@ watch(() => [query.page, query.limit, query.author], listProblems)
>
新建
</n-button>
<n-button
v-if="!isContestProblemList"
@click="$router.push({ name: 'admin stuck problems' })"
>
卡点分析
</n-button>
</n-flex>
<n-flex>
<n-button v-if="isContestProblemList" @click="createContestProblem">

View File

@@ -99,15 +99,6 @@ const options = computed<MenuOption[]>(() => {
),
key: "admin tutorial list",
},
{
label: () =>
h(
RouterLink,
{ to: "/admin/problem/stuck" },
{ default: () => "卡点" },
),
key: "admin stuck problems",
},
)
}