增加轮播图数据源

This commit is contained in:
mtvpls
2025-12-27 22:08:23 +08:00
parent cd761d530c
commit 6a9777a7ca
5 changed files with 254 additions and 31 deletions

View File

@@ -22,6 +22,7 @@ export interface AdminConfig {
// TMDB配置
TMDBApiKey?: string;
TMDBProxy?: string;
BannerDataSource?: string; // 轮播图数据源TMDB 或 TX
// Pansou配置
PansouApiUrl?: string;
PansouUsername?: string;