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