增加自定义去广告功能

This commit is contained in:
mtvpls
2025-12-04 22:14:48 +08:00
parent eaab95e5b0
commit 179fc73c8f
5 changed files with 2477 additions and 1236 deletions

View File

@@ -21,6 +21,9 @@ export interface AdminConfig {
DanmakuApiToken: string;
// 评论功能开关
EnableComments: boolean;
// 自定义去广告代码
CustomAdFilterCode?: string;
CustomAdFilterVersion?: number; // 代码版本号(时间戳)
};
UserConfig: {
Users: {