优化视频权重获取方式

This commit is contained in:
mtvpls
2026-03-19 16:10:43 +08:00
parent 88d453c0f9
commit b61865fb49
4 changed files with 20 additions and 21 deletions

View File

@@ -177,6 +177,7 @@ export interface SearchResult {
episodes_titles: string[];
source: string;
source_name: string;
weight?: number; // 播放源权重(来自后台配置,用于排序和优选评分)
class?: string;
year: string;
desc?: string;