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