odc.xiaohui
2023-11-09 b08db2d2a75bd8df5f648d856cb160ada7ff0068
1
2
3
4
export enum SideThemeEnum {
  DARK = 'theme-dark',
  LIGHT = 'theme-light'
}