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

@@ -473,3 +473,7 @@ export function removeUserFromProblemSet(problemSetId: number, userId: number) {
export function getStuckProblems() {
return http.get("admin/problem/stuck")
}
export function getTopACTrend() {
return http.get("admin/problem/top_ac_trend")
}