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