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