网络直播增加开关

This commit is contained in:
mtvpls
2026-01-21 00:16:42 +08:00
parent 77ee98aee4
commit 5c08304b6d
8 changed files with 177 additions and 8 deletions
+1
View File
@@ -103,6 +103,7 @@ export interface AdminConfig {
from: 'config' | 'custom';
disabled?: boolean;
}[];
WebLiveEnabled?: boolean; // 网络直播功能总开关
ThemeConfig?: {
enableBuiltInTheme: boolean; // 是否启用内置主题
builtInTheme: string; // 内置主题名称