夸克增加直链优先/转码优先切换

This commit is contained in:
mtvpls
2026-05-17 10:07:36 +08:00
parent 90fe293b06
commit 91850caf99
7 changed files with 172 additions and 33 deletions
+1
View File
@@ -152,6 +152,7 @@ export interface AdminConfig {
Enabled: boolean;
Cookie: string;
SavePath: string;
PlayMode?: 'direct_first' | 'transcode_first';
};
Mobile?: {
Enabled: boolean;