diff --git a/src/api/types.ts b/src/api/types.ts
index 5fd47819..bfd190f1 100644
--- a/src/api/types.ts
+++ b/src/api/types.ts
@@ -1265,6 +1265,8 @@ export interface RecommendSource {
name: string
// 媒体数据源API地址
api_path: string
+ // 类型
+ type: string
}
// 站点资源分类
diff --git a/src/components/slide/SlideViewTitle.vue b/src/components/slide/SlideViewTitle.vue
index d419c41c..025b8cb3 100644
--- a/src/components/slide/SlideViewTitle.vue
+++ b/src/components/slide/SlideViewTitle.vue
@@ -15,30 +15,30 @@ const props: any = inject('rankingPropsKey')
diff --git a/src/pages/dashboard.vue b/src/pages/dashboard.vue
index 55c0146c..83054163 100644
--- a/src/pages/dashboard.vue
+++ b/src/pages/dashboard.vue
@@ -343,29 +343,44 @@ onDeactivated(() => {
+