update yearly ac rate
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-05-11 00:43:11 -06:00
parent 8a6858d6de
commit 3d88ca22cb
4 changed files with 160 additions and 0 deletions

View File

@@ -282,6 +282,12 @@ export const admins: RouteRecordRaw = {
component: () => import("admin/problem/Stuck.vue"),
meta: { requiresSuperAdmin: true },
},
{
path: "problem/top_ac_trend",
name: "admin top ac trend",
component: () => import("admin/problem/TopACTrend.vue"),
meta: { requiresSuperAdmin: true },
},
// 题单管理路由
{
path: "problemset/list",