diff --git a/frontend/src/app/me/page.tsx b/frontend/src/app/me/page.tsx
index 07199a6..c62a19f 100644
--- a/frontend/src/app/me/page.tsx
+++ b/frontend/src/app/me/page.tsx
@@ -320,7 +320,7 @@ export default function MePage() {
{rank.icon} {rank.label} Rank
-
+
-
-
-
- UID
-
-
{profile.id}
+
+ {/* Stats grid */}
+
+
+
+ Rating
+
+
{profile.rating}
+
+
+
+ {tx("等级", "Level")}
+
+
{Math.floor(profile.rating / 100)}
+
+
+ 🎯
+ {tx("下一等级", "Next Lv")}
+
+
{100 - (profile.rating % 100)} XP
-
-
-
- {tx("加入时间", "Joined")}
-
-
{new Date(profile.created_at * 1000).toLocaleDateString()}
+
+
+
+
+
+
+
+ UID
+
+ {profile.id}
+
+
+
+
+ {tx("加入时间", "Joined")}
+
+ {new Date(profile.created_at * 1000).toLocaleDateString()}
+