From 17891bb280d8fce0b011d237d58e8c6e3c73a9c5 Mon Sep 17 00:00:00 2001 From: jiayuqi7813 <63686458+jiayuqi7813@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E7=9B=AE=E5=88=97=E8=A1=A8=EF=BC=8C?= =?UTF-8?q?=E9=A2=98=E7=9B=AE=E8=AF=A6=E6=83=85=E6=9A=82=E6=97=B6=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/challenges/challenges.vue | 150 +++++++++++++++++++++-- 1 file changed, 138 insertions(+), 12 deletions(-) diff --git a/src/components/challenges/challenges.vue b/src/components/challenges/challenges.vue index 43472d3..26b9c0e 100644 --- a/src/components/challenges/challenges.vue +++ b/src/components/challenges/challenges.vue @@ -32,8 +32,21 @@ - +
+ +
+
+ {{c.name}} +
+
+
+ score:{{c.score}} | + solve:{{c.solver_count}} +
+
+
+ @@ -45,8 +58,46 @@
+
+
+
+ +
+
+ {{challenges.name}} +
+ + {{tag}} + +
+
+
+ score:{{challenges.score}} | + solve:{{challenges.solver_count}} +
+
+ {{challenges.description}} +
+
+
+ + + + + + + + + + + +
+ +
+
+