From 714e07d51455ce5e4694179b6d34174129cabbb3 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 26 May 2026 02:19:39 -0600 Subject: [PATCH] update --- src/oj/api.ts | 1 + src/oj/problem/components/ProblemListTitle.vue | 7 ++++++- src/oj/problem/list.vue | 2 ++ src/utils/types.ts | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) 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 @@