协议调试

This commit is contained in:
chen wei bo
2025-09-09 10:31:00 +08:00
parent 8fbbca0e41
commit 52dfc3cdd3
10 changed files with 28 additions and 72 deletions
@@ -5,7 +5,7 @@ import { HttpThemeService } from "./HttpThemeService";
import { MockThemeService } from "./MockThemeService";
// 模拟开关
const USE_MOCK = true;
const USE_MOCK = false;
export class ThemeService implements IThemeService {
private static _I: ThemeService | null = null;