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