From 8aca538fbf7b6f20783f8e263fad1fa609057b05 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 7 May 2026 08:02:38 -0600 Subject: [PATCH] fix --- src/oj/ai/components/SolvedTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oj/ai/components/SolvedTable.vue b/src/oj/ai/components/SolvedTable.vue index 19c115a..3fa8f88 100644 --- a/src/oj/ai/components/SolvedTable.vue +++ b/src/oj/ai/components/SolvedTable.vue @@ -94,7 +94,7 @@ const columns: DataTableColumn[] = [ trigger: () => h("span", { style: "cursor:help; border-bottom: 1px dashed" }, "等级"), default: () => h("div", null, [ - h("div", null, "基于全时段排名的百分位:"), + h("div", null, "基于同时段排名的百分位:"), h("div", null, "S — 前 10%"), h("div", null, "A — 前 35%"), h("div", null, "B — 前 75%"),