tmdb增加代理支持

This commit is contained in:
mtvpls
2025-12-20 22:11:34 +08:00
parent eab3fc9b7f
commit db05ba7c31
8 changed files with 75 additions and 12 deletions
+1
View File
@@ -223,6 +223,7 @@ async function getInitConfig(configFile: string, subConfig: {
DanmakuApiToken: process.env.DANMAKU_API_TOKEN || '87654321',
// TMDB配置
TMDBApiKey: '',
TMDBProxy: '',
// 评论功能开关
EnableComments: false,
},