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-25 23:55:16 -06:00
parent e8bc91bd59
commit bf69a355fe
2 changed files with 24 additions and 0 deletions

View File

@@ -186,6 +186,9 @@ export interface AdminProblemFiltered {
create_time: string
difficulty: "Low" | "Mid" | "High"
tags: string[]
has_ast_rules: boolean
allow_flowchart: boolean
show_flowchart: boolean
}
// 题单相关类型