增加弹幕内置源

This commit is contained in:
mtvpls
2026-04-03 10:34:52 +08:00
parent 7757a331f8
commit 97d479786b
9 changed files with 145 additions and 76 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface AdminConfig {
DisableYellowFilter: boolean;
FluidSearch: boolean;
// 弹幕配置
DanmakuSourceType?: 'builtin' | 'custom';
DanmakuApiBase: string;
DanmakuApiToken: string;
// TMDB配置