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-05-07 07:52:55 -06:00
parent fa1d166a48
commit 4d78bf990f
2 changed files with 22 additions and 2 deletions

View File

@@ -623,6 +623,8 @@ export interface SolvedProblem {
rank: number
ac_count: number
grade: Grade
period_rank: number
period_ac_count: number
difficulty: string
}