From b510c305d58663dd79c66804a717157ef7854ab5 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 2 Jun 2026 23:23:00 -0600 Subject: [PATCH] update --- src/shared/components/StatisticsPanel.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/shared/components/StatisticsPanel.vue b/src/shared/components/StatisticsPanel.vue index 2cbf595..52bd0b4 100644 --- a/src/shared/components/StatisticsPanel.vue +++ b/src/shared/components/StatisticsPanel.vue @@ -33,38 +33,38 @@
-
总提交
+ 总提交 {{ count.total }}
-
正确提交
+ 正确提交 {{ count.accepted }}
-
正确率
+ 正确率 {{ count.rate }}