This commit is contained in:
mtvpls
2026-01-20 19:28:08 +08:00
13 changed files with 1193 additions and 13 deletions
+8
View File
@@ -95,6 +95,14 @@ export interface AdminConfig {
channelNumber?: number;
disabled?: boolean;
}[];
WebLiveConfig?: {
key: string;
name: string;
platform: string; // 直播平台类型,如 'huya'
roomId: string; // 房间ID
from: 'config' | 'custom';
disabled?: boolean;
}[];
ThemeConfig?: {
enableBuiltInTheme: boolean; // 是否启用内置主题
builtInTheme: string; // 内置主题名称