diff --git a/src/oj/api.ts b/src/oj/api.ts index 603160f..8de6c73 100644 --- a/src/oj/api.ts +++ b/src/oj/api.ts @@ -22,6 +22,7 @@ function filterResult(result: Problem) { author: result.created_by.username, allow_flowchart: result.allow_flowchart, show_flowchart: result.show_flowchart, + has_ast_rules: result.has_ast_rules, } if (result.my_status === null || result.my_status === undefined) { newResult.status = "not_test" diff --git a/src/oj/problem/components/ProblemListTitle.vue b/src/oj/problem/components/ProblemListTitle.vue index c2d7d0e..345b7c4 100644 --- a/src/oj/problem/components/ProblemListTitle.vue +++ b/src/oj/problem/components/ProblemListTitle.vue @@ -1,5 +1,5 @@