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-21 19:52:44 -06:00
parent 9315963cce
commit 6403b69294
2 changed files with 24 additions and 7 deletions

View File

@@ -183,6 +183,8 @@ export interface AdminProblemFiltered {
visible: boolean
username: string
create_time: string
difficulty: "Low" | "Mid" | "High"
tags: string[]
}
// 题单相关类型