mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
feat:重构推荐页面,添加推荐数据源接口并更新路由和视图
This commit is contained in:
@@ -102,6 +102,6 @@ watch([filterParams], () => {
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<MediaCardListView :key="currentKey" apipath="bangumi/subjects" :params="filterParams" />
|
||||
<MediaCardListView :key="currentKey" apipath="discover/bangumi" :params="filterParams" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -197,6 +197,6 @@ watch([type, filterParams], () => {
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<MediaCardListView :key="currentKey" :apipath="`douban/${type}`" :params="filterParams" />
|
||||
<MediaCardListView :key="currentKey" :apipath="`discover/douban_${type}`" :params="filterParams" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -173,6 +173,6 @@ watch([type, filterParams], () => {
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<MediaCardListView :key="currentKey" :apipath="`tmdb/${type}`" :params="filterParams" />
|
||||
<MediaCardListView :key="currentKey" :apipath="`discover/tmdb_${type}`" :params="filterParams" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user