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

@@ -20,6 +20,7 @@ function filterResult(result: Problem) {
status: "",
author: result.created_by.username,
allow_flowchart: result.allow_flowchart,
show_flowchart: result.show_flowchart,
}
if (result.my_status === null || result.my_status === undefined) {
newResult.status = "not_test"