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