轮播图数据源增加豆瓣

This commit is contained in:
mtvpls
2026-01-05 22:36:15 +08:00
parent f1a295cd75
commit 7a4a8262e1
7 changed files with 326 additions and 38 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export interface AdminConfig {
// TMDB配置
TMDBApiKey?: string;
TMDBProxy?: string;
BannerDataSource?: string; // 轮播图数据源:TMDB 或 TX
BannerDataSource?: string; // 轮播图数据源:TMDB、TX 或 Douban
RecommendationDataSource?: string; // 更多推荐数据源:Douban、TMDB、Mixed、MixedSmart
// Pansou配置
PansouApiUrl?: string;