视频源权重

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

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;