odc.xiaohui
2023-12-21 3aac9a84ad34fa765d3bb2322ba35f0e9ca53b72
1
2
3
4
export enum SideThemeEnum {
  DARK = 'theme-dark',
  LIGHT = 'theme-light'
}