From 828fef6ff09864c321607fc6d6d15270dcb8369b Mon Sep 17 00:00:00 2001
From: p4payi836 <3131266284@qq.com>
Date: Sat, 12 Oct 2024 20:53:40 +0800
Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
rank.vue | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 181 insertions(+)
create mode 100644 rank.vue
diff --git a/rank.vue b/rank.vue
new file mode 100644
index 0000000..c8a6a46
--- /dev/null
+++ b/rank.vue
@@ -0,0 +1,181 @@
+
+
+
+ 姓名
+ 积分
+ 名次
+
+
+
+
+
+ {{ item.name }}
+
+
+ {{ item.score }}
+
+
+ {{ index + 1 }}
+
+
+
+
+
+ 我的排名
+
+
+
+
+
+
+
+
+