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