add flowchart
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-04-12 06:00:32 -06:00
parent 1f18f363eb
commit e26dd1ab30
5 changed files with 9 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ export interface ProblemFiltered {
status: "not_test" | "passed" | "failed"
author: string
allow_flowchart: boolean
show_flowchart: boolean
}
export interface AdminProblemFiltered {