diff --git a/frontend/pages/dashboard/components/CrystalOverview.vue b/frontend/pages/dashboard/components/CrystalOverview.vue
new file mode 100644
index 0000000..c967167
--- /dev/null
+++ b/frontend/pages/dashboard/components/CrystalOverview.vue
@@ -0,0 +1,119 @@
+
+
+
+
+ 加载失败,点击重试
+
+
+
+
+
+
+
+
+
+
+ 水晶余额
+ {{ data.crystal_balance }}
+
+
+ 今日收益
+ + {{ data.today_income }}
+
+
+
+
+
+
+
+
diff --git a/frontend/pages/dashboard/dashboard.vue b/frontend/pages/dashboard/dashboard.vue
index 1b5cf4a..0987103 100644
--- a/frontend/pages/dashboard/dashboard.vue
+++ b/frontend/pages/dashboard/dashboard.vue
@@ -7,9 +7,12 @@
-
- 骨架页(组件将在 Task 5-10 添加)
-
+
@@ -26,6 +29,7 @@