diff --git a/frontend/pages/dashboard/components/LikeIncomeBoard.vue b/frontend/pages/dashboard/components/LikeIncomeBoard.vue
new file mode 100644
index 0000000..c6b51a9
--- /dev/null
+++ b/frontend/pages/dashboard/components/LikeIncomeBoard.vue
@@ -0,0 +1,208 @@
+
+
+ 点赞收益看板
+
+
+
+ 加载失败,点击重试
+
+
+
+
+
+
+
+
+
+
+
+ {{ stats.total_like_count }}
+ 累积点赞
+
+
+ {{ stats.total_income }}
+ 累计收益
+
+
+
+
+
+
+
+
+ {{ item.level }}
+
+
+ {{ item.level }}
+ {{ item.total_income }}
+
+
+
+
+
+
+
+
+
diff --git a/frontend/pages/dashboard/dashboard.vue b/frontend/pages/dashboard/dashboard.vue
index eeb43db..96d6e26 100644
--- a/frontend/pages/dashboard/dashboard.vue
+++ b/frontend/pages/dashboard/dashboard.vue
@@ -25,6 +25,13 @@
:error="error.exhibition"
@retry="refresh('exhibition')"
/>
+
@@ -44,6 +51,7 @@ import DashboardHeader from './components/DashboardHeader.vue'
import CrystalOverview from './components/CrystalOverview.vue'
import IncomeCurve from './components/IncomeCurve.vue'
import ExhibitionCenter from './components/ExhibitionCenter.vue'
+import LikeIncomeBoard from './components/LikeIncomeBoard.vue'
import { useDashboardData } from '@/composables/useDashboardData'
const pageBg = 'linear-gradient(153deg, #FF9597 0%, #80DFFF 33%, #B8B8B8 74%, #D9D9D9 100%)'