tmdb支持设置baseurl

This commit is contained in:
mtvpls
2026-01-17 18:04:58 +08:00
parent 9b7eb719a2
commit be8373de40
9 changed files with 95 additions and 31 deletions

View File

@@ -22,6 +22,7 @@ export interface AdminConfig {
// TMDB配置
TMDBApiKey?: string;
TMDBProxy?: string;
TMDBReverseProxy?: string;
BannerDataSource?: string; // 轮播图数据源TMDB、TX 或 Douban
RecommendationDataSource?: string; // 更多推荐数据源Douban、TMDB、Mixed、MixedSmart
// Pansou配置