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