export class ThemeConfig { public static primaryColor: string = '#1890ff'; // 主色调 public static layoutType: 'side' | 'top' = 'side'; // 侧边栏布局 }