diff --git a/frontend/pages/dashboard/components/CollectionMatrix.vue b/frontend/pages/dashboard/components/CollectionMatrix.vue
new file mode 100644
index 0000000..a40c085
--- /dev/null
+++ b/frontend/pages/dashboard/components/CollectionMatrix.vue
@@ -0,0 +1,40 @@
+
+
+ 藏品矩阵
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/pages/dashboard/components/TopFiveAssets.vue b/frontend/pages/dashboard/components/TopFiveAssets.vue
new file mode 100644
index 0000000..d157319
--- /dev/null
+++ b/frontend/pages/dashboard/components/TopFiveAssets.vue
@@ -0,0 +1,111 @@
+
+
+ 历史藏品收益 TOP 5
+
+ 暂无数据
+
+
+
+
+ 🏆
+
+
+ TOP {{ item.rank }}
+
+
+
+
+
+
+
+
+
diff --git a/frontend/pages/dashboard/dashboard.vue b/frontend/pages/dashboard/dashboard.vue
index 96d6e26..2b9da89 100644
--- a/frontend/pages/dashboard/dashboard.vue
+++ b/frontend/pages/dashboard/dashboard.vue
@@ -32,6 +32,11 @@
:error="error.likeIncome"
@retry="refresh('likeIncome')"
/>
+
@@ -52,6 +57,7 @@ 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 CollectionMatrix from './components/CollectionMatrix.vue'
import { useDashboardData } from '@/composables/useDashboardData'
const pageBg = 'linear-gradient(153deg, #FF9597 0%, #80DFFF 33%, #B8B8B8 74%, #D9D9D9 100%)'