更多推荐增加tmdb源

This commit is contained in:
mtvpls
2025-12-27 23:45:34 +08:00
parent 36c1b87af4
commit cc6d1e95f3
10 changed files with 691 additions and 9 deletions
+3 -1
View File
@@ -52,7 +52,9 @@ declare global {
interface Window {
__sidebarCollapsed?: boolean;
RUNTIME_CONFIG?: {
EnableComments: boolean;
EnableComments?: boolean;
RecommendationDataSource?: string;
[key: string]: any;
};
}
}