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