diff --git a/frontend/src/views/DashboardView.vue b/frontend/src/views/DashboardView.vue
index ab5d240..ce6f289 100644
--- a/frontend/src/views/DashboardView.vue
+++ b/frontend/src/views/DashboardView.vue
@@ -93,7 +93,7 @@ const hoursOptions = [
const sortOptions = [
{ label: '时间排序', value: 'created_at' },
{ label: '热度排序', value: 'hot_score' },
-
+
]
const recSortOptions = [
@@ -846,10 +846,10 @@ watch(() => route.query.event, (newId) => {
最后同步: {{ lastSyncText }}
-
+