diff --git a/frontend/pages/dashboard/components/ExhibitionCenter.vue b/frontend/pages/dashboard/components/ExhibitionCenter.vue
new file mode 100644
index 0000000..48fbcf5
--- /dev/null
+++ b/frontend/pages/dashboard/components/ExhibitionCenter.vue
@@ -0,0 +1,247 @@
+
+
+ 展出收益中心
+
+
+
+ 加载失败,点击重试
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.exhibiting_count }} / {{ data.starbook_count }}
+ 展出中 / 星册中
+
+
+ {{ data.total_duration }}
+ 累计展出时长
+
+
+ {{ data.total_earnings }}
+ 累计展出收益
+
+
+
+
+
+
+
+
+
+ 🎨
+
+
+ {{ item.duration_7d }}
+ {{ item.earnings_7d }}
+ {{ item.avg_earnings }} / H
+
+
+
+
+
+
+
+
+
diff --git a/frontend/pages/dashboard/dashboard.vue b/frontend/pages/dashboard/dashboard.vue
index aaad277..eeb43db 100644
--- a/frontend/pages/dashboard/dashboard.vue
+++ b/frontend/pages/dashboard/dashboard.vue
@@ -19,6 +19,12 @@
:error="error.curve"
@retry="refresh('curve')"
/>
+
@@ -37,6 +43,7 @@ import { ref, onUnmounted } from 'vue'
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 { useDashboardData } from '@/composables/useDashboardData'
const pageBg = 'linear-gradient(153deg, #FF9597 0%, #80DFFF 33%, #B8B8B8 74%, #D9D9D9 100%)'