视频源权重

This commit is contained in:
mtvpls
2026-01-28 18:21:08 +08:00
parent 7c62e1612c
commit ada7d12fa3
6 changed files with 151 additions and 9 deletions
+1
View File
@@ -78,6 +78,7 @@ export interface AdminConfig {
from: 'config' | 'custom';
disabled?: boolean;
proxyMode?: boolean; // 代理模式开关:启用后由服务器代理m3u8和ts分片
weight?: number; // 权重:用于排序和优选评分,默认0,范围0-100
}[];
CustomCategories: {
name?: string;