增加电视直播刷新间隔配置

This commit is contained in:
mtvpls
2026-05-06 09:57:31 +08:00
parent 6d9e092448
commit cb47150eb2
5 changed files with 119 additions and 7 deletions
+1
View File
@@ -97,6 +97,7 @@ export interface AdminConfig {
from: 'config' | 'custom';
disabled?: boolean;
}[];
LiveRefreshIntervalHours?: number; // 电视直播全局刷新间隔(小时),默认12小时
LiveConfig?: {
key: string;
name: string;